diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-19 09:30:49 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-19 09:30:49 +0200 |
| commit | f25489b023fe0c9726d528269bb788ec0705f795 (patch) | |
| tree | 37ec52453f1c9de2af93d4f43ad6b082767397de /templates/layouts/redirect.html | |
| parent | Update (diff) | |
| download | volpeon.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.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> |
