From 5ab5e6a4781c53aade17a9a98e123762691205c6 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 28 Dec 2020 21:34:30 +0100 Subject: Handle blog entry categories --- templates/base.html | 1 + templates/categoryRef.html | 7 +++++++ templates/pagelistByYear.html | 4 +++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 templates/categoryRef.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 8d10d13..330e759 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,6 +49,7 @@ ${pageHeader()} $body$ $if(isblog)$ + ${categoryRef()} ${pagelistByYear()} $endif$ diff --git a/templates/categoryRef.html b/templates/categoryRef.html new file mode 100644 index 0000000..9a363cf --- /dev/null +++ b/templates/categoryRef.html @@ -0,0 +1,7 @@ +$if(categories)$ + +$endif$ diff --git a/templates/pagelistByYear.html b/templates/pagelistByYear.html index 972bacc..20ce6c4 100644 --- a/templates/pagelistByYear.html +++ b/templates/pagelistByYear.html @@ -1,9 +1,11 @@ $for(pages)$ $for(it.by_year)$ +$--
+$--

$it.key$

-- cgit v1.2.3-54-g00ecf