From 28d5704afd71c2e58df2cac5a303aa1c3923970b Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 6 Mar 2023 23:02:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20use=20day-month=20forma?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/archive.html b/templates/archive.html index 7f7333f..0ef5573 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -16,7 +16,7 @@
  • - {{ post.date | date(format="%b %d") }} + {{ post.date | date(format="%d %b") }}