Re-add wrapper for email content

This commit is contained in:
Oliver Davies 2024-01-04 22:39:58 +00:00
parent e65e0a8340
commit da1622d86b

View file

@ -29,6 +29,7 @@ use:
<link>{{ site.url }}{{ email.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ email.url }}</guid>
<description>
<div style="max-width: 550px;">
{{- email.blocks.content -}}
<br />
@ -45,6 +46,7 @@ use:
<p>P.S. {{ random(ctas) }}</p>
{% endif %}
</div>
</description>
<pubDate>{{ email.date|date('D, d M Y H:i:s') }} GMT</pubDate>
<snippet>{{ email.snippet }}</snippet>