summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-24 20:44:04 +0200
committerVolpeon <git@volpeon.ink>2021-05-24 20:44:04 +0200
commit8985373c41e91e464c347ebde401c832fa03669e (patch)
treee5b6bf16cdb6b1813822ee833ccbf464099093d1 /templates/layouts/categorized_list.html
parentBetter file structure, remove categories as special concept (diff)
downloadvolpeon.ink-8985373c41e91e464c347ebde401c832fa03669e.tar.gz
volpeon.ink-8985373c41e91e464c347ebde401c832fa03669e.tar.bz2
volpeon.ink-8985373c41e91e464c347ebde401c832fa03669e.zip
Fix missing dates
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 153ef99..8f39229 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -17,7 +17,7 @@ $body$
17 <div class="c-card__content"> 17 <div class="c-card__content">
18 $it.title$ 18 $it.title$
19 </div> 19 </div>
20 $if(it.category.show_date)$ 20 $if(pages.all.show_dates)$
21 <time datetime="$it.date.yyyy_mm_dd$" class="c-card__content u-fs0"> 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$