aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-15 14:54:04 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-15 14:54:04 +0200
commitdf55ee022c7385e389121ce2534dc391d2d03b46 (patch)
tree4ca6f39b70664202a4b647c6930adc86aea7c1c2
parent48c6d4a3e478eb2ec10fd7463ecdbf46aeb61dfb (diff)
Add redirect layout
-rw-r--r--_layouts/redirect.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html
new file mode 100644
index 0000000..6ce656e
--- /dev/null
+++ b/_layouts/redirect.html
@@ -0,0 +1 @@
+<meta http-equiv="refresh" content="0;URL='{{ page.to }}'">