summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-23 22:43:33 +0200
committerVolpeon <git@volpeon.ink>2021-04-23 22:43:33 +0200
commit52f9dc373461761d9454dbd9d2fbf28b6059398b (patch)
tree1f820391e2d74b8bc69987e2da344443a4aa6ca9 /templates/layouts/page.html
parentPrevent card hover feedback loop (diff)
downloadvolpeon.ink-52f9dc373461761d9454dbd9d2fbf28b6059398b.tar.gz
volpeon.ink-52f9dc373461761d9454dbd9d2fbf28b6059398b.tar.bz2
volpeon.ink-52f9dc373461761d9454dbd9d2fbf28b6059398b.zip
Update
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index b6ff7c3..877abee 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,4 +1,7 @@
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 $if(banner)$
3 <img class="l-section__banner" src="$banner$" />
4 $endif$
2 <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> 5 <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body">
3 <h1>$title$</h1> 6 <h1>$title$</h1>
4 7