From 0ab2ade96b7ca979f61f046fcad3cf9ae06f2504 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 29 Apr 2024 13:00:00 +0100 Subject: [PATCH] Change heading --- source/_layouts/daily_email.html.twig | 2 +- source/_layouts/post.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_layouts/daily_email.html.twig b/source/_layouts/daily_email.html.twig index 1b922f36..62d00cfd 100644 --- a/source/_layouts/daily_email.html.twig +++ b/source/_layouts/daily_email.html.twig @@ -19,7 +19,7 @@ {% 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 useful?', + title: 'Was this interesting?', } %} {% include 'about-me.html.twig' %} diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 7ffcbe53..37149837 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -9,7 +9,7 @@ {% 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 useful?', + title: 'Was this interesting?', } %} {% include 'about-me.html.twig' %}