From 0fe426be44539e5af07d6577c6abbbcbdfb1559a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Aug 2025 23:17:26 +0100 Subject: [PATCH] Remove daily email signup form from posts --- source/_layouts/post.html.twig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 37149837d..3f2b65ddd 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -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 %}