summaryrefslogtreecommitdiffstats
path: root/templates/layouts/redirect.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-19 09:30:49 +0200
committerVolpeon <git@volpeon.ink>2022-06-19 09:30:49 +0200
commitf25489b023fe0c9726d528269bb788ec0705f795 (patch)
tree37ec52453f1c9de2af93d4f43ad6b082767397de /templates/layouts/redirect.html
parentUpdate (diff)
downloadvolpeon.ink-f25489b023fe0c9726d528269bb788ec0705f795.tar.gz
volpeon.ink-f25489b023fe0c9726d528269bb788ec0705f795.tar.bz2
volpeon.ink-f25489b023fe0c9726d528269bb788ec0705f795.zip
Update
Diffstat (limited to 'templates/layouts/redirect.html')
-rw-r--r--templates/layouts/redirect.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/layouts/redirect.html b/templates/layouts/redirect.html
index 6684bd2..01d65d6 100644
--- a/templates/layouts/redirect.html
+++ b/templates/layouts/redirect.html
@@ -1,4 +1,6 @@
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"> 1<main class="c-main l-container l-container--pad-x l-container--pad-y l-container--narrow 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">
3 <span class="s-headlines__title-inner">$title$</span>
4 </h1>
3 <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p> 5 <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p>
4</main> 6</main>