From aa6655c80fbd4f465c28d1d07e832d12acd19657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20N=C3=A9meth?= Date: Fri, 20 Sep 2024 17:42:19 +0200 Subject: [PATCH 1/2] Modifying template so it's SPAM filter safe --- .../Views/Layout-EmailTemplate.cshtml | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml b/Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml index 1658df3c..6b888c04 100644 --- a/Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml +++ b/Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml @@ -1,7 +1,6 @@ @{ const string blockName = "emailTemplate"; } - @@ -13,32 +12,41 @@ <shape type="EmailTemplate_Title"></shape> - + @await RenderSectionAsync("Head", required: false) - - -