summaryrefslogtreecommitdiffstats
path: root/templates/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/index.html')
-rw-r--r--templates/layouts/index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
index 3105472..aaac808 100644
--- a/templates/layouts/index.html
+++ b/templates/layouts/index.html
@@ -1,14 +1,14 @@
1<div class="c-hero l-container"> 1<main>
2 <h1 class="c-hero__backtitle">Volpeon</h1> 2 <header class="c-hero">
3 <h2 class="c-hero__title">I'm a <strong class="c-hero__emph">red fox</strong> doing human things</h2> 3 <h1 class="c-hero__title c-hero__title--front">I'm a <strong class="c-hero__emph">red fox</strong> in disguise</h1>
4</div> 4 <h2 class="c-hero__title c-hero__title--back">Volpeon</h2>
5 </header>
5 6
6<main class="c-page l-container l-container--content l-container--pad-v l-container--pad-v--first"> 7 <section class="l-container l-container--content">
7 <div class="c-page__content s-page-content">
8$body$ 8$body$
9 </div> 9 </section>
10</main>
11 10
12<footer class="c-footer l-container"> 11 $-- <footer class="c-footer l-container">
13 9thPK7O3xn 12 $-- 9thPK7O3xn
14</footer> 13 $-- </footer>
14</main>