From 4cac1ab5f1bd97e815693b0c9aeaebb42b716bd4 Mon Sep 17 00:00:00 2001 From: Jacki Date: Tue, 8 Apr 2025 15:55:03 +0200 Subject: [PATCH] Drop loading external image from Github Signed-off-by: Jacki --- pelican/themes/notmyidea/templates/github.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pelican/themes/notmyidea/templates/github.html b/pelican/themes/notmyidea/templates/github.html index 8e256af7..bd79d621 100644 --- a/pelican/themes/notmyidea/templates/github.html +++ b/pelican/themes/notmyidea/templates/github.html @@ -1,9 +1,18 @@ {% if GITHUB_URL %} + {% if GITHUB_POSITION != "left" %} - Fork me on GitHub +
Fork me on GitHub
{% else %} - Fork me on GitHub +
Fork me on GitHub
{% endif %}
{% endif %}