diff --git a/templates/base.html b/templates/base.html index 86e0db8..6cd77a8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -91,18 +91,24 @@ {% if SITESUBTITLE %}
{{ SITESUBTITLE }}
{% endif %} - {% if pages or LINKS %} + {% if (pages and not DISABLE_PAGE_LINKS) or LINKS %} @@ -190,9 +196,9 @@ {% if GITHUB_CORNER_URL %} {% include 'partial/github.html' %} {% endif %} - + {% if DISQUS_SITENAME %} - +