diff options
author | Volpeon <git@volpeon.ink> | 2021-12-22 08:21:48 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-12-22 08:21:48 +0100 |
commit | 46b8871fde17603a308e1f61bd2d245248a0eb44 (patch) | |
tree | 718c433d05d8f308417cea4f66bf0fe917c8bec9 /templates | |
parent | Card: show hidden row if user device is touch-based (diff) | |
download | volpeon.ink-46b8871fde17603a308e1f61bd2d245248a0eb44.tar.gz volpeon.ink-46b8871fde17603a308e1f61bd2d245248a0eb44.tar.bz2 volpeon.ink-46b8871fde17603a308e1f61bd2d245248a0eb44.zip |
Improved page date appearance
Diffstat (limited to 'templates')
-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 46c47a6..98b8a1c 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(date)$ | 2 | $if(show_date)$ |
3 | <div class="s-body__meta"> | 3 | <div class="s-body__meta"> |
4 | $date.long$ | 4 | $last_update.long$ |
5 | </div> | 5 | </div> |
6 | $endif$ | 6 | $endif$ |
7 | 7 | ||