diff options
| author | Volpeon <git@volpeon.ink> | 2021-11-11 19:12:10 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-11-11 19:12:10 +0100 |
| commit | 1ff73ba9f53d0d2b9a89201570677c3d3303276d (patch) | |
| tree | db81f428b669a7b13d99c7d2bf673858ad13b218 /templates/layouts | |
| parent | Footer doesn't need bg anymore (diff) | |
| download | volpeon.ink-1ff73ba9f53d0d2b9a89201570677c3d3303276d.tar.gz volpeon.ink-1ff73ba9f53d0d2b9a89201570677c3d3303276d.tar.bz2 volpeon.ink-1ff73ba9f53d0d2b9a89201570677c3d3303276d.zip | |
Move index title from content to template
Diffstat (limited to 'templates/layouts')
| -rw-r--r-- | templates/layouts/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 838f570..8822f6f 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content"> | 1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content"> |
| 2 | <div class="s-headlines s-colored-links"> | 2 | <div class="s-headlines s-colored-links"> |
| 3 | <h1 class="u-mt0"><span class="s-headlines__title-inner">I'm a <strong>red fox</strong> in disguise.</span></h1> | ||
| 4 | |||
| 3 | $body$ | 5 | $body$ |
| 4 | </div> | 6 | </div> |
| 5 | 7 | ||
