Fix daily XML feed parsing
This commit is contained in:
parent
5ac6c32725
commit
1dc96b7715
|
@ -32,8 +32,8 @@ use:
|
|||
{{- email.blocks.content -}}
|
||||
|
||||
{%- if email.blocks.cta %}
|
||||
<br>
|
||||
<hr>
|
||||
<br />
|
||||
<hr />
|
||||
{{ email.blocks.cta }}
|
||||
{% endif -%}
|
||||
|
||||
|
@ -44,8 +44,8 @@ use:
|
|||
'If you\'re creating a new Drupal module, try my <a href="https://github.com/opdavies/drupal-module-template">free Drupal module template</a>.',
|
||||
] %}
|
||||
|
||||
<br>
|
||||
<hr>
|
||||
<br />
|
||||
<hr />
|
||||
<p>P.S. {{ random(ctas) }}</p>
|
||||
{% endif %}
|
||||
</description>
|
||||
|
|
Loading…
Reference in a new issue