small fixes
[sommitrealweird.git] / sommitrealweird / blog / templates / blog / blog_index.html
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 %}