diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/layouts/categorized_list.html | 4 | ||||
| -rw-r--r-- | templates/layouts/list.html | 4 |
2 files changed, 4 insertions, 4 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> |
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 1c6398a..2d32357 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html | |||
| @@ -10,7 +10,7 @@ $body$ | |||
| 10 | <div class="c-post-list__category-content"> | 10 | <div class="c-post-list__category-content"> |
| 11 | $if(show_dates)$ | 11 | $if(show_dates)$ |
| 12 | $for(pages.desc_date)$ | 12 | $for(pages.desc_date)$ |
| 13 | <a href="$it.url.rel$" class="c-post-list__post c-card"> | 13 | <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited"> |
| 14 | <div class="c-card__content"> | 14 | <div class="c-card__content"> |
| 15 | $it.title$ | 15 | $it.title$ |
| 16 | </div> | 16 | </div> |
| @@ -26,7 +26,7 @@ $body$ | |||
| 26 | $endfor$ | 26 | $endfor$ |
| 27 | $else$ | 27 | $else$ |
| 28 | $for(pages.asc_title)$ | 28 | $for(pages.asc_title)$ |
| 29 | <a href="$it.url.rel$" class="c-post-list__post c-card"> | 29 | <a href="$it.url.rel$" class="c-post-list__post c-card c-card--mark-visited"> |
| 30 | <div class="c-card__content"> | 30 | <div class="c-card__content"> |
| 31 | $it.title$ | 31 | $it.title$ |
| 32 | </div> | 32 | </div> |
