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/layouts/page.html | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'templates/layouts/page.html') diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 332a846..ee1a816 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html @@ -1,12 +1,24 @@ -
-

$title$

- $if(date)$ -

$date.yyyy_mm_dd$$if(category)$ in $category.name$$endif$

- $elseif(category)$ -

in $category.name$

- $endif$ -
+
+
+
+ $if(menus.main.active)$ + + $endif$ +

$title$

+ $if(date)$ +

$date.yyyy_mm_dd$$if(category)$ in $category.name$$endif$

+ $elseif(category)$ +

in $category.name$

+ $endif$ +
-
+
$body$ -
+
+
+
+ -- cgit v1.2.3-54-g00ecf