Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/custompost/redirect.md')
-rw-r--r--exampleSite/content/custompost/redirect.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/exampleSite/content/custompost/redirect.md b/exampleSite/content/custompost/redirect.md
new file mode 100644
index 0000000..a73ce31
--- /dev/null
+++ b/exampleSite/content/custompost/redirect.md
@@ -0,0 +1,11 @@
++++
+title = "Redirect"
+date = "2015-07-29"
+redirect = "/"
+tags = [ "tag1", "tag2" ]
+categories = [ "category1" ]
++++
+
+You can optionally set the front matter `redirect = "url"` to automatically
+redirect the content to another page.
+