add titles to blog posts
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Tue, 26 Jan 2010 17:02:47 +0000 (17:02 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Tue, 26 Jan 2010 17:02:47 +0000 (17:02 +0000)
sommitrealweird/blog/templates/blog/single_entry_rst.html

index 2536c7521e440da47980beb867cfd125bc0e17fd..5dd425887808e143ac15ada4595dd57c1a31a650 100644 (file)
@@ -3,6 +3,8 @@
 {% load xhtml11rst %}
 {% load comments %}
 
+{%block title %}{{ entry.title }}{% endblock %}
+
 {% block content %}
 <h1>{{ entry.title }}</h1>
 <div class="blogentry">