diff options
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 1101e27..898c011 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -18,7 +18,7 @@ $body$ | |||
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-card__content u-flex-shrink-0"> | 21 | <time datetime="$it.date.yyyy_mm_dd$" class="c-card__content u-fs0"> |
22 | <small class="u-dn@sm-hi"> | 22 | <small class="u-dn@sm-hi"> |
23 | $it.date.short$ | 23 | $it.date.short$ |
24 | </small> | 24 | </small> |