diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index b6ff7c3..bccdeae 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <section class="l-section l-section--fullscreen l-section--no-head"> | 1 | <section class="l-section l-section--fullscreen l-section--no-head"> |
2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> | 2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> |
3 | <h1>$title$</h1> | 3 | <h1><span class="s-body__title-inner">$title$</span></h1> |
4 | 4 | ||
5 | $body$ | 5 | $body$ |
6 | </div> | 6 | </div> |