diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/redirect.html | 11 |
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> |
