title fix for blog
[sommitrealweird.git] / sommitrealweird / blog / templates / blog / single_entry_rst.html
index d8dbd10bab8fc5bcb9541b9885390eb5dd9f319e..64123bf55aef8ce156a41a96f4f2a2c927426ef5 100644 (file)
@@ -2,6 +2,10 @@
 
 {% load markup %}
 
+{% block title %}
+{{ entry.content|restructuredtext }}
+{% endblock %}
+
 {% block content %}
 <h1>{{ entry.title }}</h1>
 <div class="blogentry">