We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d732aa3 commit 1bc0781Copy full SHA for 1bc0781
_doc/wurstscript/index.md
@@ -0,0 +1,4 @@
1
+---
2
+layout: redirect
3
+redirect: /
4
_layouts/redirect.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>{{ page.title }}</title>
5
+ <meta http-equiv="refresh" content="0; url={{ page.redirect }}">
6
+</head>
7
+<body>
8
+ <h1>{{ page.title }}</h1>
9
+ <h3> Redirecting to <a href="{{ page.redirect }}">{{ page.redirect }}</a> ...</h3>
10
+ {{ content }}
11
+</body>
12
+</html>
0 commit comments