diff --git a/templates/news-page.html b/templates/news-page.html
index 568a6fa886..a5e47be23f 100644
--- a/templates/news-page.html
+++ b/templates/news-page.html
@@ -7,7 +7,7 @@
{% block page_content %}
{{ page.title }}
- Posted on {{ page.date | date(format="%B %d, %Y") }} by {% if page.authors %}{% for author in page.authors %}{{ author }}{% endfor %}{% else %}Bevy Contributors{% endif %}
+ Posted on {{ page.date | date(format="%B %-d, %Y") }} by {% if page.authors %}{% for author in page.authors %}{{ author }}{% endfor %}{% else %}Bevy Contributors{% endif %}
{% if page.extra.twitter or page.extra.github %}
(