diff options
author | Volpeon <git@volpeon.ink> | 2021-04-24 10:41:35 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-04-24 10:41:35 +0200 |
commit | e5a1819e79341977adc96e1467470f3aac8fd5e8 (patch) | |
tree | 72a7d9dbbc1fe460d29d010027643c980fdab3de /templates/layouts | |
parent | Update (diff) | |
download | volpeon.ink-e5a1819e79341977adc96e1467470f3aac8fd5e8.tar.gz volpeon.ink-e5a1819e79341977adc96e1467470f3aac8fd5e8.tar.bz2 volpeon.ink-e5a1819e79341977adc96e1467470f3aac8fd5e8.zip |
Update
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 | ||