2024-01-03 20:00:00 +00:00
|
|
|
---
|
2024-03-29 00:18:35 +00:00
|
|
|
title: Sign up for the Daily Drupaler Email List
|
2024-08-21 08:00:00 +00:00
|
|
|
meta:
|
2024-09-02 19:56:19 +00:00
|
|
|
title: The Daily Drupaler - Daily Software Development Thoughts and Tips | %site.name%
|
2024-08-21 08:00:00 +00:00
|
|
|
description: |-
|
|
|
|
Daily software development thoughts and tips by %site.name%.
|
2024-12-14 22:39:41 +00:00
|
|
|
use: [daily_emails]
|
2024-01-03 20:00:00 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
{% block content %}
|
2024-03-29 00:18:35 +00:00
|
|
|
Subscribe to my daily newsletter for software professionals on software development and delivery, Drupal, DevOps, community, and open-source.
|
2024-01-03 20:00:00 +00:00
|
|
|
|
|
|
|
{% include 'daily-email-form.html.twig' %}
|
2024-12-14 22:39:41 +00:00
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>Still not sure?</h2>
|
|
|
|
|
|
|
|
<p>These are the emails I sent this week:</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
{% for email in data.daily_emails[:7] %}
|
|
|
|
<li><a href="{{ email.url }}">{{ email.title }}</a></li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</section>
|
2024-01-03 20:00:00 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content_bottom %}
|
|
|
|
{% include 'testimonials.html.twig' with {
|
2024-01-15 17:39:59 +00:00
|
|
|
tag: 'daily',
|
2024-01-03 20:00:00 +00:00
|
|
|
title: 'What subscribers have said',
|
|
|
|
} %}
|
|
|
|
|
2024-01-03 20:00:00 +00:00
|
|
|
{{ parent() }}
|
2024-01-03 20:00:00 +00:00
|
|
|
{% endblock %}
|