From ad478954cf77842364d03e1d5ee85e366e699ee7 Mon Sep 17 00:00:00 2001 From: Volpeon <git@volpeon.ink> Date: Thu, 7 Jan 2021 08:50:48 +0100 Subject: Improved general structure, resolve category name in metadata filter, added hideable nav items, added header for page layout --- templates/list.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 templates/list.html (limited to 'templates/list.html') diff --git a/templates/list.html b/templates/list.html deleted file mode 100644 index d74681c..0000000 --- a/templates/list.html +++ /dev/null @@ -1,20 +0,0 @@ -$body$ - -$if(categories)$ - <ul class="c-hlist"> - $for(categories)$ - <li class="c-hlist__item"><strong>$it.key/uppercase$</strong> $it.value.name$</li> - $endfor$ - </ul> -$endif$ - -$for(pages.by_year)$ - <ul> - $for(it.value)$ - <li class="c-page__prefixed c-page__prefixed--ref"> - <a href="$it.url.rel$">$it.category/uppercase$ $it.date.yyyy_mm_dd$ - $it.title$</a> - </li> - $endfor$ - </ul> -$endfor$ - -- cgit v1.2.3-70-g09d2