diff --git a/publichealth/home/templates/puput/blog_page.html b/publichealth/home/templates/puput/blog_page.html
index a7cfd8a..2966d1a 100644
--- a/publichealth/home/templates/puput/blog_page.html
+++ b/publichealth/home/templates/puput/blog_page.html
@@ -24,9 +24,17 @@
+
+
+
{% endblock social_share %}
{% block blog_content %}
+{{ entry.title }}
- {% if entry.excerpt %}
- {{ entry.excerpt|richtext }}
- {% else %}
- {{ entry.body|richtext|truncatewords_html:70 }}
- {% endif %}
-
-
-
+{{ self.excerpt|safe }} +
+ {% if self.header_image %}