diff options
| author | Volpeon <git@volpeon.ink> | 2021-04-28 20:31:37 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-04-28 20:31:37 +0200 |
| commit | 89c6b5be8f9be7fc2ed1a6b927c440baed38cb44 (patch) | |
| tree | b308cbfdf79412b7adc8152fb5aacaf4c00c9401 /templates | |
| parent | Added preload directives, load SVG symbols from external file (diff) | |
| download | volpeon.ink-89c6b5be8f9be7fc2ed1a6b927c440baed38cb44.tar.gz volpeon.ink-89c6b5be8f9be7fc2ed1a6b927c440baed38cb44.tar.bz2 volpeon.ink-89c6b5be8f9be7fc2ed1a6b927c440baed38cb44.zip | |
Update
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> |
