diff options
author | Volpeon <git@volpeon.ink> | 2021-12-28 21:18:02 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-12-28 21:18:02 +0100 |
commit | 80716c79a7db19d6d95070125e1af7946a9849ec (patch) | |
tree | 626b9691a6af0db2a033d2bd9adc2dc58c0d8925 /templates/layouts/redirect.html | |
parent | Use timeout to remove snowflake (diff) | |
download | volpeon.ink-80716c79a7db19d6d95070125e1af7946a9849ec.tar.gz volpeon.ink-80716c79a7db19d6d95070125e1af7946a9849ec.tar.bz2 volpeon.ink-80716c79a7db19d6d95070125e1af7946a9849ec.zip |
Support for more complex layouts
Diffstat (limited to 'templates/layouts/redirect.html')
-rw-r--r-- | templates/layouts/redirect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/redirect.html b/templates/layouts/redirect.html index a62f4a2..1cfc67c 100644 --- a/templates/layouts/redirect.html +++ b/templates/layouts/redirect.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <article class="s-body s-colored-links s-headlines"> | 1 | <article class="l-container l-container--pad-x l-container--pad-y l-container--content s-body s-colored-links s-headlines"> |
2 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> | 2 | <h1 class="u-mt0"><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 | </article> |