Fix daily XML feed parsing

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 5ac6c32725
commit 1dc96b7715

View file

@ -32,8 +32,8 @@ use:
{{- email.blocks.content -}} {{- email.blocks.content -}}
{%- if email.blocks.cta %} {%- if email.blocks.cta %}
<br> <br />
<hr> <hr />
{{ email.blocks.cta }} {{ email.blocks.cta }}
{% endif -%} {% 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>.', '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> <br />
<hr> <hr />
<p>P.S. {{ random(ctas) }}</p> <p>P.S. {{ random(ctas) }}</p>
{% endif %} {% endif %}
</description> </description>