chore: update daily email forms
This commit is contained in:
parent
48795f6f4d
commit
7aec6c7e5c
File diff suppressed because one or more lines are too long
|
@ -1,15 +1,14 @@
|
|||
---
|
||||
title: Daily emails
|
||||
drip:
|
||||
form_id: 842254618
|
||||
title: Oliver's Daily List
|
||||
meta:
|
||||
title: Oliver's Daily Mailing List
|
||||
description: A daily newsletter on software development, DevOps, community and open-source.
|
||||
---
|
||||
|
||||
{% block content %}
|
||||
{% embed "daily-email-form" with {
|
||||
form_id: page.drip.form_id,
|
||||
} %}
|
||||
{% embed "daily-email-form" %}
|
||||
{% block description %}
|
||||
<p>Sign up for my daily emails on software engineering and DevOps.</div></p>
|
||||
<p><strong>A daily newsletter on software development, DevOps, community, and open-source.</strong></p>
|
||||
{% endblock %}
|
||||
{% endembed %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue