summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-24 20:52:52 +0200
committerVolpeon <git@volpeon.ink>2021-05-24 20:52:52 +0200
commita7603e4ab6d37e2803474b7623f64bde5d2aae60 (patch)
tree1ea9f836c53f9f15f66251aa095c31e9f877dd05 /templates/layouts/page.html
parentFix missing dates (diff)
downloadvolpeon.ink-a7603e4ab6d37e2803474b7623f64bde5d2aae60.tar.gz
volpeon.ink-a7603e4ab6d37e2803474b7623f64bde5d2aae60.tar.bz2
volpeon.ink-a7603e4ab6d37e2803474b7623f64bde5d2aae60.zip
Display single page date in a box
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index 3763c62..32ceb98 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,6 +1,6 @@
1<section class="l-section l-section--fullscreen l-section--no-head l-section--body"> 1<section class="l-section l-section--fullscreen l-section--no-head l-section--body">
2 <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines s-headlines--body s-body"> 2 <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines s-headlines--body s-body">
3 $if(category.show_date)$ 3 $if(show_date)$
4 <div class="s-body__meta"> 4 <div class="s-body__meta">
5 $date.long$ 5 $date.long$
6 </div> 6 </div>