From e90c12ca0b3263bd8230520c333d61873bbae733 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 4 Mar 2019 18:25:27 -0500 Subject: [PATCH] Tweak date formatting --- _includes/recent-news.html | 2 +- news.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/recent-news.html b/_includes/recent-news.html index 6edd42b4..94525cbd 100644 --- a/_includes/recent-news.html +++ b/_includes/recent-news.html @@ -3,7 +3,7 @@

{{ post.title }}

- {{post.date | date: "%B %d %Y" }} + {{post.date | date: "%B %e, %Y" }}
{{ post.excerpt }} {% endfor %} diff --git a/news.md b/news.md index 465b29a8..61ea8b59 100644 --- a/news.md +++ b/news.md @@ -7,7 +7,7 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/" {% for post in site.posts %} [{{ post.title }}](./{{ post.url }})
- {{post.date | date: "%B %d %Y" }} + {{post.date | date: "%B %e, %Y" }}
{{ post.excerpt }}