Add introduction text to the daily email archive
...page
This commit is contained in:
parent
c473a2c188
commit
52c1bfd148
2 changed files with 12 additions and 3 deletions
|
@ -9,7 +9,11 @@ use:
|
|||
---
|
||||
|
||||
{% block content %}
|
||||
<div class="space-y-16">
|
||||
{% import 'macros' as macros %}
|
||||
|
||||
<p>This is an archive of the {{ macros.dailiesCount(data.daily_emails) }} 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>
|
||||
<ul>
|
||||
{% for email in page.pagination.items %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue