From 7b9ce753f4462d0b753f7adc139abc12a2306070 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 16 Aug 2024 08:58:29 +0100 Subject: [PATCH] Format the number of send emails --- source/_pages/archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_pages/archive.html b/source/_pages/archive.html index 3c980fef9..dd70a70fd 100644 --- a/source/_pages/archive.html +++ b/source/_pages/archive.html @@ -9,7 +9,7 @@ use: --- {% block content %} -

This is an archive of the {{ data.daily_emails|length }} email messages I have sent to my daily mailing list since the 12th of August, 2022. Enjoy!

+

This is an archive of the {{ data.daily_emails|length|number_format }} email messages I have sent to my daily mailing list since the 12th of August, 2022. Enjoy!