From 35e5991479905d6315f64c056bd923ba325921fa Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 30 Jun 2020 14:14:05 +0200 Subject: [PATCH] Feat: Title link to /, date to /ense.... --- theme/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/templates/base.html b/theme/templates/base.html index dd95fd2..5ce90b3 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -81,9 +81,9 @@ {% endif %} --> -

{{ SITETITLE }}

+

{{ SITETITLE }}

- {% if SITESUBTITLE %}

{{ SITESUBTITLE }}

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

{{ SITESUBTITLE }}

{% endif %}