diff options
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/page.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 877abee..b6ff7c3 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,7 +1,4 @@ | |||
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 | $if(banner)$ | ||
3 | <img class="l-section__banner" src="$banner$" /> | ||
4 | $endif$ | ||
5 | <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"> |
6 | <h1>$title$</h1> | 3 | <h1>$title$</h1> |
7 | 4 | ||