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.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index 994d013..fca4b9f 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,17 +1,6 @@
1<main class="c-page l-container l-container--content l-container--pad-v"> 1<main class="c-page l-container l-container--content l-container--pad-v">
2 <div class="c-page__content s-page-content"> 2 <div class="c-page__content s-page-content">
3 <header class="c-page__header"> 3 <header class="c-page__header">
4 $if(menus.main.active)$
5 <div class="c-page__prefixed c-page__prefixed--backref c-page__header__backlink">
6 <a class="c-page__header__backlink__link" href="$menus.main.active.url$">
7 $if(menus.main.active.label_long)$
8 $menus.main.active.label_long$
9 $else$
10 $menus.main.active.label$
11 $endif$
12 </a>
13 </div>
14 $endif$
15 <h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1> 4 <h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1>
16 $if(category)$ 5 $if(category)$
17 <h2 class="c-page__header__meta">in $category.name$</h2> 6 <h2 class="c-page__header__meta">in $category.name$</h2>