diff options
Diffstat (limited to 'templates/layouts/redirect.html')
-rw-r--r-- | templates/layouts/redirect.html | 6 |
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> |