diff --git a/_layouts/home.html b/_layouts/home.html
index 261a69b..46b2584 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -24,7 +24,7 @@ layout: page
-
+
{{ post.date | date: POST_DATE }}
{{ post.date | date_to_xmlschema }}
diff --git a/_layouts/post.html b/_layouts/post.html
index 2c90ffc..c9382fc 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -16,7 +16,7 @@ layout: default
-
{{ page.date | date: POST_DATE }}
{{ page.date | date_to_xmlschema }}
@@ -60,7 +60,7 @@ layout: default
Updated
{{ page.seo.date_modified | date: POST_DATE }}
{{ page.seo.date_modified | date_to_xmlschema}}