feat(daily-email): add Drip subscribe forms
This commit is contained in:
parent
aeb6200828
commit
afd532c495
3 changed files with 51 additions and 0 deletions
15
website/source/_pages/daily.html.twig
Normal file
15
website/source/_pages/daily.html.twig
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue