summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-17 09:36:43 +0200
committerVolpeon <git@volpeon.ink>2021-05-17 09:36:43 +0200
commited0f6da4f3ad744b592aa65ddf4e4cb2d7aea7c9 (patch)
tree9e2d42ba3e49d1528d1b5721b05331f2af613309 /templates/layouts/categorized_list.html
parentDesign (diff)
downloadvolpeon.ink-ed0f6da4f3ad744b592aa65ddf4e4cb2d7aea7c9.tar.gz
volpeon.ink-ed0f6da4f3ad744b592aa65ddf4e4cb2d7aea7c9.tar.bz2
volpeon.ink-ed0f6da4f3ad744b592aa65ddf4e4cb2d7aea7c9.zip
Design
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html12
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>