From ad1d58a68612f5d6c2076bacff4c95a9bc5b6345 Mon Sep 17 00:00:00 2001 From: Barry O'Rourke Date: Sat, 30 Apr 2016 21:27:49 +0100 Subject: [PATCH] Update base.html check for pages or LINKS, rather than just pages --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 4b61f2b..a428e1c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -67,7 +67,7 @@

{{ SITETITLE }}

{% if SITESUBTITLE %}

{{ SITESUBTITLE }}

{% endif %} - {% if pages %} + {% if pages or LINKS %}