diff options
author | Volpeon <git@volpeon.ink> | 2021-12-22 08:45:17 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-12-22 08:45:17 +0100 |
commit | 57db639c1913f531c04d57654f83c0187e6d516b (patch) | |
tree | b935262665df712406d223df869d2e4c45d3fca6 /templates/layouts | |
parent | Improved page date appearance (diff) | |
download | volpeon.ink-57db639c1913f531c04d57654f83c0187e6d516b.tar.gz volpeon.ink-57db639c1913f531c04d57654f83c0187e6d516b.tar.bz2 volpeon.ink-57db639c1913f531c04d57654f83c0187e6d516b.zip |
Show date implicitly
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 98b8a1c..46c47a6 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <article class="s-body s-colored-links s-headlines $if(intro)$s-intro$endif$"> | 1 | <article class="s-body s-colored-links s-headlines $if(intro)$s-intro$endif$"> |
2 | $if(show_date)$ | 2 | $if(date)$ |
3 | <div class="s-body__meta"> | 3 | <div class="s-body__meta"> |
4 | $last_update.long$ | 4 | $date.long$ |
5 | </div> | 5 | </div> |
6 | $endif$ | 6 | $endif$ |
7 | 7 | ||