Hide the Episodes heading
This commit is contained in:
parent
0c74fda28e
commit
bcfd011c22
2 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,9 @@ use:
|
|||
---
|
||||
|
||||
{% block content %}
|
||||
<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>
|
||||
{% set daily_emails = data.daily_emails|filter((email) => email.date <= 'now'|date) %}
|
||||
|
||||
<p>This is an archive of the {{ 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue