From 30c4d0eaf38f13f442946be29243f881e0c5e1a7 Mon Sep 17 00:00:00 2001 From: winlu Date: Mon, 5 Jan 2015 12:22:00 +0100 Subject: [PATCH] fix whitespace --- docs/content.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content.rst b/docs/content.rst index 4de480ba..12bd887f 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -502,9 +502,9 @@ 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``:: DEFAULT_METADATA = { - 'status': 'draft', - } - + 'status': 'draft', + } + .. _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