Format the number of send emails
This commit is contained in:
parent
dcd355cf43
commit
7b9ce753f4
|
@ -9,7 +9,7 @@ use:
|
||||||
---
|
---
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>This is an archive of the {{ data.daily_emails|length }} email messages I have sent to <a href="/daily">my daily mailing list</a> since the 12th of August, 2022. Enjoy!</p>
|
<p>This is an archive of the {{ data.daily_emails|length|number_format }} email messages I have sent to <a href="/daily">my daily mailing list</a> since the 12th of August, 2022. Enjoy!</p>
|
||||||
|
|
||||||
<div class="mt-6 space-y-16">
|
<div class="mt-6 space-y-16">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue