summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-13 12:09:34 +0100
committerVolpeon <git@volpeon.ink>2021-11-13 12:09:34 +0100
commit8eecc3db90b8963cf3d85d2d144c2a38aa3f86a0 (patch)
treeefda55157cb1665f69dc451a77689980f3ba0749 /templates/layouts/categorized_list.html
parentImproved page (diff)
downloadvolpeon.ink-8eecc3db90b8963cf3d85d2d144c2a38aa3f86a0.tar.gz
volpeon.ink-8eecc3db90b8963cf3d85d2d144c2a38aa3f86a0.tar.bz2
volpeon.ink-8eecc3db90b8963cf3d85d2d144c2a38aa3f86a0.zip
Simplified header
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index f8c3fab..a3af43c 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -14,7 +14,7 @@ $body$
14 <div class="c-card-list__category-content$if(it.list_grid)$ c-card-list__category-content--grid$endif$"> 14 <div class="c-card-list__category-content$if(it.list_grid)$ c-card-list__category-content--grid$endif$">
15 $for(it.pages.all)$ 15 $for(it.pages.all)$
16 <a href="$it.url.rel$" class="c-card-list__card c-card"> 16 <a href="$it.url.rel$" class="c-card-list__card c-card">
17 $if(pages.all.show_read_indicators)$ 17 $if(pages.all.list_read_indicators)$
18 <div class="c-card__block c-card__block--indicator"></div> 18 <div class="c-card__block c-card__block--indicator"></div>
19 $endif$ 19 $endif$
20 $if(pages.all.icon)$ 20 $if(pages.all.icon)$