From 0525d7a38b01ebac93e6066b811125903d1e7f20 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..46bad0a2 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 %}