From cd0229805c4a2913986b3672dd091dd3daba53a5 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 24 Jan 2021 17:55:58 +0100 Subject: Various small fixes --- templates/base.html | 2 -- templates/layouts/dated_list.html | 25 ------------------------- templates/layouts/index.html | 9 +-------- 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 templates/layouts/dated_list.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 3afa0f0..49b2285 100644 --- a/templates/base.html +++ b/templates/base.html @@ -47,8 +47,6 @@ $if(section.is_index)$ ${layouts/index()} - $elseif(layout.is_dated_list)$ -${layouts/dated_list()} $elseif(layout.is_categorized_list)$ ${layouts/categorized_list()} $else$ diff --git a/templates/layouts/dated_list.html b/templates/layouts/dated_list.html deleted file mode 100644 index 8c5de69..0000000 --- a/templates/layouts/dated_list.html +++ /dev/null @@ -1,25 +0,0 @@ -
-
-

$title$

-$body$ - - $if(categories)$ -
    - $for(categories)$ -
  • $it.key/uppercase$ $it.value.name$
  • - $endfor$ -
- $endif$ - - $for(pages.by_year)$ - - $endfor$ -
-
- diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 21e6293..61edec2 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html @@ -42,11 +42,4 @@ $body$ |_ `~ยด (/\\, (/\\, _' '_ _| ' |_ _' '_ - + -- cgit v1.2.3-70-g09d2