fix: re-order daily email archives

This commit is contained in:
Oliver Davies 2022-08-13 21:42:22 +01:00
parent 3a432ddd57
commit 3ceb4a414e

View file

@ -6,7 +6,7 @@ use:
---
<ul>
{% for email in data.daily_emails|reverse %}
{% for email in data.daily_emails %}
<li>
<a href="{{ site.url }}{{ email.url|trim('/', 'right') }}">
{{ email.date|date('jS F Y') }}