Hide CTA text on daily email pages
This commit is contained in:
parent
a9d46b3ccd
commit
0672711d8b
2 changed files with 7 additions and 9 deletions
|
@ -6,14 +6,6 @@
|
|||
{{ parent() }}
|
||||
|
||||
<p>- Oliver</p>
|
||||
|
||||
{% block cta %}
|
||||
{% if page.cta and site.ctas[page.cta] is defined %}
|
||||
<p>P.S. {{ site.ctas[page.cta]|raw }}</p>
|
||||
{% else %}
|
||||
<p>P.S. {{ random(site.ctas)|raw }}</p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content_bottom %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue