summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-14 12:46:40 +0100
committerVolpeon <git@volpeon.ink>2021-11-14 12:46:40 +0100
commit84566a32b1b0cf4fa57bb9d5409ee794deceab7f (patch)
treee4a106bae2678d2173569cdf1c889a0544d02b06 /templates/layouts
parentList generation: Handle empty subpages list better (diff)
downloadvolpeon.ink-84566a32b1b0cf4fa57bb9d5409ee794deceab7f.tar.gz
volpeon.ink-84566a32b1b0cf4fa57bb9d5409ee794deceab7f.tar.bz2
volpeon.ink-84566a32b1b0cf4fa57bb9d5409ee794deceab7f.zip
Added redirect fallback template
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/redirect.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/layouts/redirect.html b/templates/layouts/redirect.html
new file mode 100644
index 0000000..a51d47e
--- /dev/null
+++ b/templates/layouts/redirect.html
@@ -0,0 +1,6 @@
1<div class="s-body">
2 <section class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines">
3 <h1 class="u-mt0"><span class="s-headlines__title-inner">Redirect</span></h1>
4 <p>This page should redirect you to <a href="$url.full$">$url.full$</a> in 3 seconds.</p>
5 </section>
6</div>