diff options
author | Volpeon <git@volpeon.ink> | 2021-05-24 20:44:04 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-24 20:44:04 +0200 |
commit | 8985373c41e91e464c347ebde401c832fa03669e (patch) | |
tree | e5b6bf16cdb6b1813822ee833ccbf464099093d1 /templates/layouts | |
parent | Better file structure, remove categories as special concept (diff) | |
download | volpeon.ink-8985373c41e91e464c347ebde401c832fa03669e.tar.gz volpeon.ink-8985373c41e91e464c347ebde401c832fa03669e.tar.bz2 volpeon.ink-8985373c41e91e464c347ebde401c832fa03669e.zip |
Fix missing dates
Diffstat (limited to 'templates/layouts')
-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 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$ |