mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs: Note how posts are published when 'draft' is default
This commit is contained in:
parent
2fc442fe2d
commit
4e2e00b450
1 changed files with 3 additions and 0 deletions
|
|
@ -505,6 +505,9 @@ publish an article before it is finished) include the status in the ``DEFAULT_ME
|
|||
'status': 'draft',
|
||||
}
|
||||
|
||||
To publish a post when the default status is ``draft``, update the post's
|
||||
metadata to include ``Status: published``.
|
||||
|
||||
.. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime
|
||||
.. _AsciiDoc: http://www.methods.co.nz/asciidoc/
|
||||
.. _pelican-plugins: http://github.com/getpelican/pelican-plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue