aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/layouts/_default/redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/_default/redirect.html')
-rw-r--r--vendor/twbs/bootstrap/site/layouts/_default/redirect.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/_default/redirect.html b/vendor/twbs/bootstrap/site/layouts/_default/redirect.html
new file mode 100644
index 000000000..f675d0c6c
--- /dev/null
+++ b/vendor/twbs/bootstrap/site/layouts/_default/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, shrink-to-fit=no">
+ <title>{{ .Page.Params.redirect | absURL }}</title>
+ <link rel="canonical" href="{{ .Page.Params.redirect | absURL }}">
+ <meta name="robots" content="noindex">
+ <meta http-equiv="refresh" content="0; url={{ .Page.Params.redirect | absURL }}">
+ </head>
+</html>