summaryrefslogtreecommitdiff
path: root/_layouts/redirect.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/redirect.html')
-rw-r--r--_layouts/redirect.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html
new file mode 100644
index 0000000..7894f22
--- /dev/null
+++ b/_layouts/redirect.html
@@ -0,0 +1,11 @@
+---
+layout: default
+---
+<p>
+ This page has moved. If the redirect fails,
+ <a href="{{ page.redirect_to }}">click me</a>.
+</p>
+
+<script type="text/javascript">
+ window.location = '{{ page.redirect_to }}'
+</script>