diff options
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 00ea383..1b9b293 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -15,7 +15,8 @@ $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 c-card--mark-visited"> | 18 | <a href="$it.url.rel$" class="c-post-list__post c-card"> |
19 | <div class="c-card__block c-card__block--indicator"></div> | ||
19 | <div class="c-card__block c-card__block--main"> | 20 | <div class="c-card__block c-card__block--main"> |
20 | $it.title$ | 21 | $it.title$ |
21 | </div> | 22 | </div> |
@@ -31,7 +32,8 @@ $body$ | |||
31 | $endfor$ | 32 | $endfor$ |
32 | $else$ | 33 | $else$ |
33 | $for(it.pages.asc_title)$ | 34 | $for(it.pages.asc_title)$ |
34 | <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited"> | 35 | <a href="$it.url.rel$" class="c-post-list__post c-card"> |
36 | <div class="c-card__block c-card__block--indicator"></div> | ||
35 | <div class="c-card__block c-card__block--main"> | 37 | <div class="c-card__block c-card__block--main"> |
36 | $it.title$ | 38 | $it.title$ |
37 | </div> | 39 | </div> |