real fix to blog title
[sommitrealweird.git] / sommitrealweird / blog / templates / blog / single_entry_rst.html
index e2bd8c7f5eb2d51ff2b90e862b911e0fa85cc0f8..2fa2af2a9bca92a1c25c30f96454ade1de8d2a28 100644 (file)
@@ -2,9 +2,15 @@
 
 {% load markup %}
 
+{% block title %}
+{{ entry.title }}
+{% endblock %}
+
 {% block content %}
 <h1>{{ entry.title }}</h1>
+<div class="blogentry">
 {{ entry.content|restructuredtext }}
+</div>
 <p>Posted: {{ entry.publish_date|date:"Y-m-d H:i" }} 
     {% if entry.sections.count %}
     in