summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authortBunnyMan <WagThatTail@Me.com>2012-06-26 19:26:43 -0700
committertBunnyMan <WagThatTail@Me.com>2012-06-26 19:26:43 -0700
commita0e46c91066bd8338d0e067875d6e040fec88477 (patch)
tree3c7ebb2f0b94329bac55f39b90fe28b1f97a54cd /samples
parentb2ff07d58cc0949cba20da5b4ceffe8979a6c479 (diff)
downloadpelican-a0e46c91066bd8338d0e067875d6e040fec88477.tar.gz
Add support for `status: hidden` in pages
Resolves #380 If the status metadata is set to 'hidden' on a page it is translated and rendered but not linked anywhere in the site.
Diffstat (limited to 'samples')
-rw-r--r--samples/content/pages/hidden_page.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/content/pages/hidden_page.rst b/samples/content/pages/hidden_page.rst
new file mode 100644
index 00000000..ab8704ed
--- /dev/null
+++ b/samples/content/pages/hidden_page.rst
@@ -0,0 +1,9 @@
+This is a test hidden page
+##########################
+
+:category: test
+:status: hidden
+
+This is great for things like error(404) pages
+Anyone can see this page but it's not linked to anywhere!
+