diff options
author | Volpeon <git@volpeon.ink> | 2021-04-23 22:43:33 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-04-23 22:43:33 +0200 |
commit | 52f9dc373461761d9454dbd9d2fbf28b6059398b (patch) | |
tree | 1f820391e2d74b8bc69987e2da344443a4aa6ca9 /templates | |
parent | Prevent card hover feedback loop (diff) | |
download | volpeon.ink-52f9dc373461761d9454dbd9d2fbf28b6059398b.tar.gz volpeon.ink-52f9dc373461761d9454dbd9d2fbf28b6059398b.tar.bz2 volpeon.ink-52f9dc373461761d9454dbd9d2fbf28b6059398b.zip |
Update
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/page.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index b6ff7c3..877abee 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,4 +1,7 @@ | |||
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$ | ||
2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> | 5 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> |
3 | <h1>$title$</h1> | 6 | <h1>$title$</h1> |
4 | 7 | ||