From 119765e444a462e7edeeee266e98ae006da4ee42 Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Wed, 21 Aug 2024 16:23:43 -0700 Subject: [PATCH] Fix date formatting for days with one digit --- templates/news-page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} (