summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-29 20:31:16 +0200
committerVolpeon <git@volpeon.ink>2021-04-29 20:31:16 +0200
commitf561409f1cf476e2cc1112538eb7b724748a2378 (patch)
tree814e7e97fdbcc51c3368957078c5a4be022e08a1 /templates/layouts/page.html
parentFix text contrast on cards (diff)
downloadvolpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.tar.gz
volpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.tar.bz2
volpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.zip
Update
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index bccdeae..e985484 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,5 +1,13 @@
1<section class="l-section l-section--fullscreen l-section--no-head"> 1<section class="l-section l-section--fullscreen l-section--no-head">
2 <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> 2 <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body">
3 $if(category.show_date)$
4 <div class="s-body__meta">
5 <div class="s-body__meta-item">
6 $date.yyyy_mm_dd$
7 </div>
8 </div>
9 $endif$
10
3 <h1><span class="s-body__title-inner">$title$</span></h1> 11 <h1><span class="s-body__title-inner">$title$</span></h1>
4 12
5 $body$ 13 $body$