summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-05 21:57:07 +0200
committerVolpeon <git@volpeon.ink>2021-05-05 21:57:07 +0200
commita81b62cf82e1f0f2d31521ce0561201762ced44e (patch)
tree1def39c531ece921fbc9de7e6247995baeba8398 /templates/layouts/categorized_list.html
parentUpdate (diff)
downloadvolpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.tar.gz
volpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.tar.bz2
volpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.zip
Update
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 75c636a..8cc5c24 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -6,11 +6,9 @@ $body$
6 6
7 $for(pages.by_category)$ 7 $for(pages.by_category)$
8 <h2> 8 <h2>
9 <span class="s-body__title-inner"> 9 $for(it.value/first/first)$
10 $for(it.value/first/first)$ 10 $it.category.name$
11 $it.category.name$ 11 $endfor$
12 $endfor$
13 </span>
14 </h2> 12 </h2>
15 <ul> 13 <ul>
16 $for(it.value)$ 14 $for(it.value)$