summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-07-21 10:23:35 +0200
committerVolpeon <git@volpeon.ink>2022-07-21 10:23:35 +0200
commit513002c44eabf8279eee0f72314fa3192b4a6090 (patch)
tree0ffb9f82cd81a716b83c2bec7c492af13c311bd8 /templates
parentFix BunHD redirect (diff)
downloadvolpeon.ink-513002c44eabf8279eee0f72314fa3192b4a6090.tar.gz
volpeon.ink-513002c44eabf8279eee0f72314fa3192b4a6090.tar.bz2
volpeon.ink-513002c44eabf8279eee0f72314fa3192b4a6090.zip
Moved emojis to art, set up up redirects
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
-rw-r--r--templates/layouts/redirect.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 6559a56..8a8f830 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,7 +6,7 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <meta name="robots" content="noindex" /> 7 <meta name="robots" content="noindex" />
8 $if(redirect)$ 8 $if(redirect)$
9 <meta http-equiv="refresh" content="3; URL=$url.full$"> 9 <meta http-equiv="refresh" content="0; URL=$url.abs$">
10 $endif$ 10 $endif$
11 11
12 <link rel="canonical" href="$url.full$"> 12 <link rel="canonical" href="$url.full$">
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>