forked from github/pelican
allows pages to have draft status, like articles
This commit is contained in:
parent
ee24ad1821
commit
576229ad19
12 changed files with 108 additions and 17 deletions
8
pelican/tests/TestPages/draft_page.rst
Normal file
8
pelican/tests/TestPages/draft_page.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
This is a test draft page
|
||||
##########################
|
||||
|
||||
:status: draft
|
||||
|
||||
The quick brown fox .
|
||||
|
||||
This page is a draft.
|
||||
Loading…
Add table
Add a link
Reference in a new issue