summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-11 19:12:10 +0100
committerVolpeon <git@volpeon.ink>2021-11-11 19:12:10 +0100
commit1ff73ba9f53d0d2b9a89201570677c3d3303276d (patch)
treedb81f428b669a7b13d99c7d2bf673858ad13b218 /templates/layouts
parentFooter doesn't need bg anymore (diff)
downloadvolpeon.ink-1ff73ba9f53d0d2b9a89201570677c3d3303276d.tar.gz
volpeon.ink-1ff73ba9f53d0d2b9a89201570677c3d3303276d.tar.bz2
volpeon.ink-1ff73ba9f53d0d2b9a89201570677c3d3303276d.zip
Move index title from content to template
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
index 838f570..8822f6f 100644
--- a/templates/layouts/index.html
+++ b/templates/layouts/index.html
@@ -1,5 +1,7 @@
1<section class="l-container l-container--pad-x l-container--pad-y l-container--content"> 1<section class="l-container l-container--pad-x l-container--pad-y l-container--content">
2 <div class="s-headlines s-colored-links"> 2 <div class="s-headlines s-colored-links">
3 <h1 class="u-mt0"><span class="s-headlines__title-inner">I'm a <strong>red fox</strong> in disguise.</span></h1>
4
3$body$ 5$body$
4 </div> 6 </div>
5 7