From 8f373e6c6d3f9d322041ba4d949c1b0c39ae8ea0 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 8 Jan 2021 11:45:30 +0100 Subject: Added section link to the header in regular pages, improved template structure, improved CSS variable names, keep prefix for specific page items on mobile --- templates/base.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index da3dec9..8682125 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,23 +36,19 @@ -
-
- $if(section.is_index)$ + $if(section.is_index)$ ${layouts/index()} - $elseif(layout.is_dated_list)$ + $elseif(layout.is_dated_list)$ ${layouts/dated_list()} - $else$ + $else$ ${layouts/page()} - $endif$ -
-
+ $endif$ -- cgit v1.2.3-54-g00ecf