From b30259775c15e30d9b7c54e0e8ac85d2977ba523 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 26 Nov 2015 00:39:43 +0200 Subject: [PATCH] index.html: Show the
and subheading only if SITESUBTITLE is defined --- templates/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index e798b78..f8e232f 100755 --- a/templates/index.html +++ b/templates/index.html @@ -13,8 +13,10 @@

{{ SITENAME }}

-
- {{ SITESUBTITLE }} + {% if SITESUBTITLE %} +
+ {{ SITESUBTITLE }} + {% endif %}