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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 9af0539..03d05e0 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -15,7 +15,7 @@ $body$
15 <div class="c-post-list__category-content"> 15 <div class="c-post-list__category-content">
16 $if(pages.asc_title.show_dates)$ 16 $if(pages.asc_title.show_dates)$
17 $for(it.pages.desc_date)$ 17 $for(it.pages.desc_date)$
18 <a href="$it.url.rel$" class="c-post-list__post c-card"> 18 <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited">
19 <div class="c-card__content"> 19 <div class="c-card__content">
20 $it.title$ 20 $it.title$
21 </div> 21 </div>
@@ -31,7 +31,7 @@ $body$
31 $endfor$ 31 $endfor$
32 $else$ 32 $else$
33 $for(it.pages.asc_title)$ 33 $for(it.pages.asc_title)$
34 <a href="$it.url.rel$" class="c-post-list__post c-card"> 34 <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited">
35 <div class="c-card__content"> 35 <div class="c-card__content">
36 $it.title$ 36 $it.title$
37 </div> 37 </div>