summaryrefslogtreecommitdiffstats
path: root/templates/layouts/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/list.html')
-rw-r--r--templates/layouts/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html
index 208b267..2ef02ab 100644
--- a/templates/layouts/list.html
+++ b/templates/layouts/list.html
@@ -9,7 +9,7 @@ $body$
9 <div class="c-card-list__category-content$if(list_grid)$ c-card-list__category-content--grid$endif$"> 9 <div class="c-card-list__category-content$if(list_grid)$ c-card-list__category-content--grid$endif$">
10 $for(pages.all)$ 10 $for(pages.all)$
11 <a href="$it.url.rel$" class="c-card-list__card c-card"> 11 <a href="$it.url.rel$" class="c-card-list__card c-card">
12 $if(show_read_indicators)$ 12 $if(list_read_indicators)$
13 <div class="c-card__block c-card__block--indicator"></div> 13 <div class="c-card__block c-card__block--indicator"></div>
14 $endif$ 14 $endif$
15 $if(icon)$ 15 $if(icon)$