From f79cf2090b7d548d0863af0ad7c37c7934178df2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 14 Dec 2024 22:39:41 +0000 Subject: [PATCH] Show this week's sent emails --- source/_includes/daily-emails/most-recent.html.twig | 13 +++++++++++++ source/_pages/daily.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 source/_includes/daily-emails/most-recent.html.twig diff --git a/source/_includes/daily-emails/most-recent.html.twig b/source/_includes/daily-emails/most-recent.html.twig new file mode 100644 index 000000000..4d38439e3 --- /dev/null +++ b/source/_includes/daily-emails/most-recent.html.twig @@ -0,0 +1,13 @@ + + +
+

{{ title }}

+ +

Here are the emails I sent this week:

+ + +
diff --git a/source/_pages/daily.md b/source/_pages/daily.md index 660e1e46e..526ee4068 100644 --- a/source/_pages/daily.md +++ b/source/_pages/daily.md @@ -4,12 +4,25 @@ meta: title: The Daily Drupaler - Daily Software Development Thoughts and Tips | %site.name% description: |- Daily software development thoughts and tips by %site.name%. +use: [daily_emails] --- {% block content %} Subscribe to my daily newsletter for software professionals on software development and delivery, Drupal, DevOps, community, and open-source. {% include 'daily-email-form.html.twig' %} + +
+

Still not sure?

+ +

These are the emails I sent this week:

+ + +
{% endblock %} {% block content_bottom %}