1
0
Fork 0
forked from github/pelican
pelican-theme/samples/content/pages/hidden_page.rst
tBunnyMan a0e46c9106 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.
2012-06-26 19:26:43 -07:00

9 lines
194 B
ReStructuredText

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!