From 7a156200d1eb3d3c1421ec47644eeac42f78b0a7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 29 Mar 2024 00:18:35 +0000 Subject: [PATCH] Add the name for the daily email list --- source/_pages/archive.html | 2 +- source/_pages/daily.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_pages/archive.html b/source/_pages/archive.html index 58693350..8267ada2 100644 --- a/source/_pages/archive.html +++ b/source/_pages/archive.html @@ -1,5 +1,5 @@ --- -title: Daily Email Archive +title: 'The Daily Drupaler: Email Archive' generator: pagination pagination: max_per_page: 30 diff --git a/source/_pages/daily.md b/source/_pages/daily.md index 9246cd98..18eefffc 100644 --- a/source/_pages/daily.md +++ b/source/_pages/daily.md @@ -1,9 +1,9 @@ --- -title: Register for daily software development emails +title: Sign up for the Daily Drupaler Email List --- {% block content %} - Subscribe to my daily newsletter for software professionals on software development and delivery, DevOps, community, and open-source. + 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' %} {% endblock %}