summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
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)$