From d5b7ccf56aaef1e35bc5a95a7dfd86d512a6f57e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 1 Jan 2021 22:29:18 +0100 Subject: Small design revisions --- templates/base.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 0856b47..225ef3f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,9 +15,6 @@ $if(keywords)$ $endif$ - $-- $if(feed.url.abs)$ - $-- - $-- $endif$ $for(feeds)$ $endfor$ @@ -50,16 +47,12 @@ - $endif$ - $if(is_home)$ ${page()} - $else$ - $if(pages)$ + $elseif(pages)$ ${list()} - $else$ + $else$ ${page()} - $endif$ $endif$ -- cgit v1.2.3-54-g00ecf