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 %}