diff --git a/src/index.liquid b/src/index.liquid
index fade720..d1ea49d 100644
--- a/src/index.liquid
+++ b/src/index.liquid
@@ -15,10 +15,10 @@
- {{ post.published_on | date: "dddd, MMMM d, yyyy" }}
+ {{ post.published_on | format_date: "dddd, MMMM d, yyyy" }}
- {{ post.published_on | date: "h:mm tt" | downcase }}
+ {{ post.published_on | format_date: "h:mm tt" | downcase }}
{{ model.authors | value: post.author_id }}
@@ -78,4 +78,4 @@
{%- endfor %}
-
\ No newline at end of file
+
diff --git a/src/single-post.liquid b/src/single-post.liquid
index 5f45ed6..ef3394a 100644
--- a/src/single-post.liquid
+++ b/src/single-post.liquid
@@ -5,10 +5,10 @@