summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-28 20:31:37 +0200
committerVolpeon <git@volpeon.ink>2021-04-28 20:31:37 +0200
commit89c6b5be8f9be7fc2ed1a6b927c440baed38cb44 (patch)
treeb308cbfdf79412b7adc8152fb5aacaf4c00c9401 /templates/layouts/page.html
parentAdded preload directives, load SVG symbols from external file (diff)
downloadvolpeon.ink-89c6b5be8f9be7fc2ed1a6b927c440baed38cb44.tar.gz
volpeon.ink-89c6b5be8f9be7fc2ed1a6b927c440baed38cb44.tar.bz2
volpeon.ink-89c6b5be8f9be7fc2ed1a6b927c440baed38cb44.zip
Update
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 b6ff7c3..bccdeae 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"> 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 <h1>$title$</h1> 3 <h1><span class="s-body__title-inner">$title$</span></h1>
4 4
5 $body$ 5 $body$
6 </div> 6 </div>