diff options
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 1a074e4..1101e27 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -14,17 +14,17 @@ $body$ | |||
14 | <div class="c-post-list__category-content"> | 14 | <div class="c-post-list__category-content"> |
15 | $for(it.pages)$ | 15 | $for(it.pages)$ |
16 | <a href="$it.url.rel$" class="c-post-list__post c-card"> | 16 | <a href="$it.url.rel$" class="c-post-list__post c-card"> |
17 | <div class="c-card__content c-post-list__post-title"> | 17 | <div class="c-card__content"> |
18 | $it.title$ | 18 | $it.title$ |
19 | </div> | 19 | </div> |
20 | $if(it.category.show_date)$ | 20 | $if(it.category.show_date)$ |
21 | <time datetime="$it.date.yyyy_mm_dd$" class="c-post-list__post-date c-card__content"> | 21 | <time datetime="$it.date.yyyy_mm_dd$" class="c-card__content u-flex-shrink-0"> |
22 | <span class="u-dn@sm-hi"> | 22 | <small class="u-dn@sm-hi"> |
23 | $it.date.short$ | 23 | $it.date.short$ |
24 | </span> | 24 | </small> |
25 | <span class="u-dn@sm-lo"> | 25 | <small class="u-dn@sm-lo"> |
26 | $it.date.long$ | 26 | $it.date.long$ |
27 | </span> | 27 | </small> |
28 | </time> | 28 | </time> |
29 | $endif$ | 29 | $endif$ |
30 | </a> | 30 | </a> |