Reapply "Add daily email for 2024-03-02"
This reverts commit 2a072a5a49
.
This commit is contained in:
parent
2a072a5a49
commit
2cbe2b9001
3 changed files with 34 additions and 8 deletions
|
@ -9,9 +9,9 @@
|
|||
|
||||
{% block cta %}
|
||||
{% if page.cta and site.ctas[page.cta] is defined %}
|
||||
<p>P.S. {{ site.ctas[page.cta]|raw }}</p>
|
||||
<p>P.S. {{ site.ctas[page.cta]|raw|markdown }}</p>
|
||||
{% else %}
|
||||
<p>P.S. {{ random(site.ctas)|raw }}</p>
|
||||
<p>P.S. {{ random(site.ctas)|raw|markdown }}</p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue