diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/categorized_list.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 60729bd..5dddc55 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <section class="l-section l-section--fullscreen l-section--no-head"> | 1 | <section class="l-section l-section--fullscreen l-section--no-head"> |
2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links"> | 2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content"> |
3 | <div class="s-headlines"> | 3 | <div class="s-headlines s-colored-links"> |
4 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> | 4 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> |
5 | 5 | ||
6 | $body$ | 6 | $body$ |
@@ -18,7 +18,10 @@ $body$ | |||
18 | </span> | 18 | </span> |
19 | 19 | ||
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"> | 21 | <time datetime="$it.date.yyyy_mm_dd$" class="c-post-list__post-date u-dn@sm-hi"> |
22 | $it.date.short$ | ||
23 | </time> | ||
24 | <time datetime="$it.date.yyyy_mm_dd$" class="c-post-list__post-date u-dn@sm-lo"> | ||
22 | $it.date.long$ | 25 | $it.date.long$ |
23 | </time> | 26 | </time> |
24 | $endif$ | 27 | $endif$ |