summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-12 08:37:29 +0200
committerVolpeon <git@volpeon.ink>2021-05-12 08:37:29 +0200
commit2cda552e5444edb6b4b5842b7932e8fd0b3f15b0 (patch)
treed690f7f3ee9430e00df386efb05f25746778ddd3 /templates/layouts/categorized_list.html
parentDesign (diff)
downloadvolpeon.ink-2cda552e5444edb6b4b5842b7932e8fd0b3f15b0.tar.gz
volpeon.ink-2cda552e5444edb6b4b5842b7932e8fd0b3f15b0.tar.bz2
volpeon.ink-2cda552e5444edb6b4b5842b7932e8fd0b3f15b0.zip
Design update
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html9
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$