diff options
Diffstat (limited to 'templates/layouts')
-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 01d65d6..d515abe 100644 --- a/templates/layouts/redirect.html +++ b/templates/layouts/redirect.html | |||
@@ -2,5 +2,5 @@ | |||
2 | <h1 class="u-mt-0"> | 2 | <h1 class="u-mt-0"> |
3 | <span class="s-headlines__title-inner">$title$</span> | 3 | <span class="s-headlines__title-inner">$title$</span> |
4 | </h1> | 4 | </h1> |
5 | <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.abs$">$url.abs$</a>.</p> |
6 | </main> | 6 | </main> |