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