diff --git a/site/archive.html b/site/archive.html
index 27d921f..ffebb98 100644
--- a/site/archive.html
+++ b/site/archive.html
@@ -12,7 +12,7 @@
{% for entry in posts_by_year[year] %}
-
diff --git a/site/index.html b/site/index.html
index c50c706..452deec 100644
--- a/site/index.html
+++ b/site/index.html
@@ -25,7 +25,7 @@
Published on
-
+
{{ latest_post.metadata.date | pretty_date }},
in
diff --git a/site/layout/article.html b/site/layout/article.html
index bec3cf0..f0c9be6 100644
--- a/site/layout/article.html
+++ b/site/layout/article.html
@@ -38,7 +38,7 @@
Published on
-
+
{{ metadata.date | pretty_date }},
in
diff --git a/site/layout/tag.html b/site/layout/tag.html
index 9e9a79a..53864e7 100644
--- a/site/layout/tag.html
+++ b/site/layout/tag.html
@@ -12,7 +12,7 @@
{% for entry in posts_by_year[year] %}
-
+
{{ entry.date | iso_date }}