From: Brett Parker Date: Wed, 16 Sep 2009 09:39:17 +0000 (+0100) Subject: Stop ReST from dropping the primary title if it's the first title in the document. X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/commitdiff_plain/52cbdc5ecb0c297d1cf5f88ec6c0bc070c5cd24b Stop ReST from dropping the primary title if it's the first title in the document. --- diff --git a/sommitrealweird/settings.py b/sommitrealweird/settings.py index 73ea9ce..46627e7 100644 --- a/sommitrealweird/settings.py +++ b/sommitrealweird/settings.py @@ -91,6 +91,7 @@ APPEND_SLASH=False RESTRUCTUREDTEXT_FILTER_SETTINGS = { 'initial_header_level': 2, + 'doctitle_xform': False, } BPCMS_ROOT = '/'