mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix whitespace
This commit is contained in:
parent
5432dc04a6
commit
30c4d0eaf3
1 changed files with 3 additions and 3 deletions
|
|
@ -502,8 +502,8 @@ If your articles should be automatically published as a draft (to not accidental
|
||||||
publish an article before it is finished) include the status in the ``DEFAULT_METADATA``::
|
publish an article before it is finished) include the status in the ``DEFAULT_METADATA``::
|
||||||
|
|
||||||
DEFAULT_METADATA = {
|
DEFAULT_METADATA = {
|
||||||
'status': 'draft',
|
'status': 'draft',
|
||||||
}
|
}
|
||||||
|
|
||||||
.. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime
|
.. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime
|
||||||
.. _AsciiDoc: http://www.methods.co.nz/asciidoc/
|
.. _AsciiDoc: http://www.methods.co.nz/asciidoc/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue