From 52cbdc5ecb0c297d1cf5f88ec6c0bc070c5cd24b Mon Sep 17 00:00:00 2001
From: Brett Parker <iDunno@sommitrealweird.co.uk>
Date: Wed, 16 Sep 2009 10:39:17 +0100
Subject: [PATCH] Stop ReST from dropping the primary title if it's the first
 title in the document.

---
 sommitrealweird/settings.py | 1 +
 1 file changed, 1 insertion(+)

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 = '/'
-- 
2.39.5