diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-18 00:04:21 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-18 00:04:21 +0200 |
| commit | 26c099aa807d8e67944f72be04a325f37da305d5 (patch) | |
| tree | f7781f003b95979d6a2e1c39d9491c26589ec91a /templates/layouts/redirect.html | |
| parent | Make some page elements wide (diff) | |
| download | volpeon.ink-26c099aa807d8e67944f72be04a325f37da305d5.tar.gz volpeon.ink-26c099aa807d8e67944f72be04a325f37da305d5.tar.bz2 volpeon.ink-26c099aa807d8e67944f72be04a325f37da305d5.zip | |
Added page type for art pieces
Diffstat (limited to 'templates/layouts/redirect.html')
| -rw-r--r-- | templates/layouts/redirect.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/redirect.html b/templates/layouts/redirect.html index 9f78dec..6684bd2 100644 --- a/templates/layouts/redirect.html +++ b/templates/layouts/redirect.html | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <article class="l-container l-container--pad-x l-container--pad-y l-container--narrow s-body s-colored-links s-headlines"> | 1 | <main class="c-main l-container l-container--pad-x l-container--pad-y l-container--narrow s-body s-colored-links s-headlines"> |
| 2 | <h1 class="u-mt-0"><span class="s-headlines__title-inner">$title$</span></h1> | 2 | <h1 class="u-mt-0"><span class="s-headlines__title-inner">$title$</span></h1> |
| 3 | <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p> | 3 | <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p> |
| 4 | </article> | 4 | </main> |
