mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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
12
pelican/tests/TestPages/draft_page_markdown.md
Normal file
12
pelican/tests/TestPages/draft_page_markdown.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
title: This is a markdown test draft page
|
||||
status: draft
|
||||
|
||||
Test Markdown File Header
|
||||
=========================
|
||||
|
||||
Used for pelican test
|
||||
---------------------
|
||||
|
||||
The quick brown fox .
|
||||
|
||||
This page is a draft
|
||||
Loading…
Add table
Add a link
Reference in a new issue