Re-add wrapper for email content
This commit is contained in:
parent
e65e0a8340
commit
da1622d86b
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue