diff --git a/digitalglarus/templates/glarus_blog/includes/blog_item.html b/digitalglarus/templates/glarus_blog/includes/blog_item.html
index 6dea248d..50a1582f 100644
--- a/digitalglarus/templates/glarus_blog/includes/blog_item.html
+++ b/digitalglarus/templates/glarus_blog/includes/blog_item.html
@@ -8,26 +8,27 @@
{% endif %}
-
+
+
+
{{ post.title }}
-
+
{{ post.date_created }}
+ {% block blog_meta %}
+ {% include "glarus_blog/includes/blog_meta.html" %}
+ {% endblock %}
{{ post.abstract| safe }}