small fixes
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Fri, 5 Jun 2009 23:46:28 +0000 (00:46 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Fri, 5 Jun 2009 23:46:28 +0000 (00:46 +0100)
sommitrealweird/blog/templates/blog/blog_index.html
sommitrealweird/settings.py

index a7ed4f1295cd30eca2b8ceb99b816bb7a25367b9..fa2ea726038314bf9ef7d35ca55d56084b3e5148 100644 (file)
@@ -1,6 +1,10 @@
 {% extends "base.html" %}
 {% load markup %}
 
+{% block title %}
+{{ entry.title|escape }}
+{% endblock %}
+
 {% block content %}
     {% if entries %}
         {% for entry in entries %}
index e4d2dcccd43addd35e6552c2b6a6b05997e770aa..cc4b236e7c62d97891f6fc6a2b632b96cf1621c7 100644 (file)
@@ -89,6 +89,7 @@ APPEND_SLASH=False
 
 RESTRUCTUREDTEXT_FILTER_SETTINGS = {
     'initial_header_level': 2,
+    'compact_field_list': 0,
 }
 
 BPCMS_ROOT = '/'