feat(daily-email): add Drip subscribe forms

This commit is contained in:
Oliver Davies 2022-08-21 21:54:28 +01:00
parent aeb6200828
commit afd532c495
3 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
title: Daily emails
drip:
form_id: 842254618
---
{% block content %}
{% embed "daily-email-form" with {
form_id: page.drip.form_id,
} %}
{% block description %}
<p>Sign up for my daily emails on software engineering and DevOps.</div></p>
{% endblock %}
{% endembed %}
{% endblock %}