diff --git a/blog.html b/blog.html
index 84502e75..994e5225 100644
--- a/blog.html
+++ b/blog.html
@@ -13,7 +13,10 @@ title: Blog
{{ post.title }}
{{ post.excerpt }}
+
+ {{ post.date | date_to_string }} |
{% include partial/publisher_ref.html pub=post.publisher %}
+
{% endfor %}