diff options
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r-- | templates/layouts/page.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 640df18..994d013 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,5 +1,5 @@ | |||
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"> | 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)$ | 4 | $if(menus.main.active)$ |
5 | <div class="c-page__prefixed c-page__prefixed--backref c-page__header__backlink"> | 5 | <div class="c-page__prefixed c-page__prefixed--backref c-page__header__backlink"> |
@@ -18,9 +18,7 @@ | |||
18 | $endif$ | 18 | $endif$ |
19 | </header> | 19 | </header> |
20 | 20 | ||
21 | <section class="s-page"> | ||
22 | $body$ | 21 | $body$ |
23 | </section> | ||
24 | </div> | 22 | </div> |
25 | </main> | 23 | </main> |
26 | 24 | ||