From: Brett Parker <iDunno@sommitrealweird.co.uk>
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?ds=sidebyside;hp=-c

Stop ReST from dropping the primary title if it's the first title in the document.
---

52cbdc5ecb0c297d1cf5f88ec6c0bc070c5cd24b
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 = '/'