24 lines
679 B
Markdown
24 lines
679 B
Markdown
|
---
|
||
|
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 %}
|