Fix formatting
This commit is contained in:
parent
2cbe2b9001
commit
6abe356f7c
2 changed files with 3 additions and 3 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|markdown }}</p>
|
||||
<p>P.S. {{ site.ctas[page.cta]|raw }}</p>
|
||||
{% else %}
|
||||
<p>P.S. {{ random(site.ctas)|raw|markdown }}</p>
|
||||
<p>P.S. {{ random(site.ctas)|raw }}</p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue