Remove daily email signup form from posts

This commit is contained in:
Oliver Davies 2025-08-20 23:17:26 +01:00
parent 3c818fb4fe
commit 0fe426be44

View file

@ -7,10 +7,5 @@
{% endblock %}
{% block content_bottom %}
{% include 'daily-email-form.html.twig' with {
intro: 'Sign up here and get more like this delivered straight to your inbox every day.',
title: 'Was this interesting?',
} %}
{% include 'about-me.html.twig' %}
{% endblock %}