Add welcome page for new daily email subscribers

This commit is contained in:
Oliver Davies 2024-01-04 23:14:27 +00:00
parent da1622d86b
commit 92b393cadb

23
source/_pages/welcome.md Normal file
View file

@ -0,0 +1,23 @@
---
title: Welcome!
meta:
title: Welcome to my Daily Email list | %site.name%
---
{% block head_meta %}
<meta name="robots" content="noindex">
{% 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 %}