diff options
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/categorized_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index ef9e061..0a881d2 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -13,8 +13,8 @@ $body$ | |||
13 | </h2> | 13 | </h2> |
14 | $for(it.pages)$ | 14 | $for(it.pages)$ |
15 | <a href="$it.url.rel$" class="c-post-list__post c-card"> | 15 | <a href="$it.url.rel$" class="c-post-list__post c-card"> |
16 | <div class="c-card__content"> | 16 | <div class="c-card__content c-post-list__post-title"> |
17 | <strong class="c-post-list__post-title u-db">$it.title$</strong> | 17 | $it.title$ |
18 | </div> | 18 | </div> |
19 | $if(it.category.show_date)$ | 19 | $if(it.category.show_date)$ |
20 | <time datetime="$it.date.yyyy_mm_dd$" class="c-post-list__post-date c-card__content"> | 20 | <time datetime="$it.date.yyyy_mm_dd$" class="c-post-list__post-date c-card__content"> |