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 | |
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
-rw-r--r-- | content/index.md | 2 | ||||
-rw-r--r-- | templates/layouts/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/index.md b/content/index.md index 4ae64c2..ca1da95 100644 --- a/content/index.md +++ b/content/index.md | |||
@@ -2,6 +2,4 @@ | |||
2 | title: Home | 2 | title: Home |
3 | --- | 3 | --- |
4 | 4 | ||
5 | # I'm a **red fox** in disguise. {.u-mt0} | ||
6 | |||
7 | Hi, I'm Volpeon. I enjoy programming, creating vector art and designing user interfaces. | 5 | Hi, I'm Volpeon. I enjoy programming, creating vector art and designing user interfaces. |
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 | ||