summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-26 23:17:56 +0100
committerVolpeon <git@volpeon.ink>2021-03-26 23:17:56 +0100
commit6e0a7ea009b08983f2966d51fe4438681c0863c3 (patch)
treeae337f7903bb60ef6f5a71275101678ca0e58d88 /templates/layouts/page.html
parentWIP: Redesign (diff)
downloadvolpeon.ink-6e0a7ea009b08983f2966d51fe4438681c0863c3.tar.gz
volpeon.ink-6e0a7ea009b08983f2966d51fe4438681c0863c3.tar.bz2
volpeon.ink-6e0a7ea009b08983f2966d51fe4438681c0863c3.zip
WIP: Redesign
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index fca4b9f..9e7d85a 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,13 +1,15 @@
1<main class="c-page l-container l-container--content l-container--pad-v"> 1<main>
2 <div class="c-page__content s-page-content"> 2 <div class="c-page l-container l-container--content l-container--pad-x l-container--pad-y">
3 <header class="c-page__header"> 3 <div class="c-page__content s-page-content">
4 <h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1> 4 <header class="c-page__header">
5 $if(category)$ 5 <h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1>
6 <h2 class="c-page__header__meta">in $category.name$</h2> 6 $if(category)$
7 $endif$ 7 <h2 class="c-page__header__meta">in $category.name$</h2>
8 </header> 8 $endif$
9 </header>
9 10
10$body$ 11$body$
12 </div>
11 </div> 13 </div>
12</main> 14</main>
13 15