diff options
author | Volpeon <git@volpeon.ink> | 2021-12-20 11:33:17 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-12-20 11:33:17 +0100 |
commit | f7ef8fcf26999ea38d035dee2c92a66b59cf8fdf (patch) | |
tree | f81054699cc954c658d15c548ec580c685e6d710 /templates/layouts/redirect.html | |
parent | Redirect /fediring to website (diff) | |
download | volpeon.ink-f7ef8fcf26999ea38d035dee2c92a66b59cf8fdf.tar.gz volpeon.ink-f7ef8fcf26999ea38d035dee2c92a66b59cf8fdf.tar.bz2 volpeon.ink-f7ef8fcf26999ea38d035dee2c92a66b59cf8fdf.zip |
Show proper title in redirect fallback pages
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 ce48f59..a62f4a2 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="s-body s-colored-links s-headlines"> |
2 | <h1 class="u-mt0"><span class="s-headlines__title-inner">Redirect</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> |