diff --git a/_layouts/post.html b/_layouts/post.html index 35c9a40..950faa2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -43,7 +43,7 @@

{{ post.title }}

-

{{ post.date | date: "%B %-d %Y" }}

+

{{ post.date | date: "%B %-d, %Y" }}

diff --git a/index.html b/index.html index fcb9697..ad97d7a 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ title: "Home"

{{ post.title }}

-

{{ post.date | date: "%B %-d %Y" }}

+

{{ post.date | date: "%B %-d, %Y" }}

{% endfor %}