From 94e30b971e93669810d8a4889d60340900ad60f3 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 24 Dec 2020 22:07:49 +0100 Subject: Various improvements: CSS classes, favicon, design --- templates/base.html | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index cc05840..96dd4ff 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,38 +15,42 @@ $if(keywords)$ $endif$ - $if(ismain)$$else$$title$ – $endif$$sitetitle$ + $if(isHome)$$else$$title$ – $endif$$site.title$ $if(id)$ $endif$ -
- - - $body$ + $body$ +
- $if(ismain)$ + $if(isHome)$ -- cgit v1.2.3-54-g00ecf