summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-22 08:45:17 +0100
committerVolpeon <git@volpeon.ink>2021-12-22 08:45:17 +0100
commit57db639c1913f531c04d57654f83c0187e6d516b (patch)
treeb935262665df712406d223df869d2e4c45d3fca6 /templates/layouts/page.html
parentImproved page date appearance (diff)
downloadvolpeon.ink-57db639c1913f531c04d57654f83c0187e6d516b.tar.gz
volpeon.ink-57db639c1913f531c04d57654f83c0187e6d516b.tar.bz2
volpeon.ink-57db639c1913f531c04d57654f83c0187e6d516b.zip
Show date implicitly
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html4
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