summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index 9e7d85a..e006ddc 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,15 +1,7 @@
1<main> 1<section class="l-section l-section--no-head">
2 <div class="c-page l-container l-container--content l-container--pad-x l-container--pad-y"> 2 <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body">
3 <div class="c-page__content s-page-content"> 3 <h1>$title$</h1>
4 <header class="c-page__header">
5 <h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1>
6 $if(category)$
7 <h2 class="c-page__header__meta">in $category.name$</h2>
8 $endif$
9 </header>
10 4
11$body$ 5 $body$
12 </div>
13 </div> 6 </div>
14</main> 7</section>
15