diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 43b221d..2ba0675 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -16,6 +16,7 @@ {% block content %}
+ {% if not HIDE_BANNER %} + {% endif %}
{{ article.content }} diff --git a/alchemy/templates/include/footer.html b/alchemy/templates/include/footer.html index 8a2bd12..987374a 100644 --- a/alchemy/templates/include/footer.html +++ b/alchemy/templates/include/footer.html @@ -3,11 +3,15 @@ {% if not HIDE_AUTHORS %}
  • Authors
  • {% endif %} + {% if not HIDE_ARCHIVES %}
  • Archives
  • + {% endif %} + {% if not HIDE_CATEGORIES %}
  • Categories
  • {% if tags|length %}
  • Tags
  • {% endif %} + {% endif %}

    Generated by Pelican