forked from github/pelican
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.
9 lines
194 B
ReStructuredText
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!
|
|
|