From 1c342d25828102fb53c45679185ed204b19563c5 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 66f1fed..0eaa6f6 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 %}