diff --git a/_layouts/post.html b/_layouts/post.html
index a5d298b..f939312 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -25,7 +25,7 @@ layout: default
{% endif %}
-
+
{{ post.date | date: "%b %d, %Y" }}
diff --git a/blog/index.html b/blog/index.html
index 1584340..0451012 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -20,7 +20,7 @@ description: pages.blog.description
{% endif %}
-
+
{{ post.date | date: "%b %d, %Y" }}