fix: re-order daily email archives
This commit is contained in:
parent
3a432ddd57
commit
3ceb4a414e
1 changed files with 1 additions and 1 deletions
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue