From 92b393cadb20e15422f9504dcfd62daa8797c5c1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 4 Jan 2024 23:14:27 +0000 Subject: [PATCH] Add welcome page for new daily email subscribers --- source/_pages/welcome.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_pages/welcome.md diff --git a/source/_pages/welcome.md b/source/_pages/welcome.md new file mode 100644 index 000000000..bf8001c5e --- /dev/null +++ b/source/_pages/welcome.md @@ -0,0 +1,23 @@ +--- +title: Welcome! +meta: + title: Welcome to my Daily Email list | %site.name% +--- + +{% block head_meta %} + +{% endblock %} + +{% block content %} +Hi. Thank you for subscribing to my Daily Email list! + +You'll soon start to get emails from me directly in your inbox. Every day. + +The first might be later today! + +Every email is sent from my personal email address, so if you have a question about any email, press reply, send it to me, and I'll personally respond. + +In the meantime, why not [go to the archive](/archive) and read some of my previous daily emails? + +Found this page by accident? [Consider joining the list](/daily). +{% endblock %}