summaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/partials/redirect.html')
-rw-r--r--site/layouts/partials/redirect.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/site/layouts/partials/redirect.html b/site/layouts/partials/redirect.html
new file mode 100644
index 0000000..a951e21
--- /dev/null
+++ b/site/layouts/partials/redirect.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>{{ . }}</title>
+ <link rel="canonical" href="{{ . }}">
+ <meta name="robots" content="noindex">
+ <meta http-equiv="refresh" content="0; url={{ . }}">
+ </head>
+</html>