Fix formatting

This commit is contained in:
Oliver Davies 2024-03-04 00:27:11 +00:00
parent 2cbe2b9001
commit 6abe356f7c
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ ctas:
subscription: | subscription: |
Do you need immediate access to an expert Drupal Developer? With my <a href="%site.url%/subscription">Drupal development subscription</a>, make unlimited requests for a fixed monthly price in less time than posting to a job board! Do you need immediate access to an expert Drupal Developer? With my <a href="%site.url%/subscription">Drupal development subscription</a>, make unlimited requests for a fixed monthly price in less time than posting to a job board!
testing_course: | testing_course: |
Do you want to learn about automated testing in Drupal? Take my [free 10-day email course](%site.url%/atdc) and get daily lessons straight to your inbox. Do you want to learn about automated testing in Drupal? Take my <a href="%site.url%/atdc">free 10-day email course</a> and get daily lessons straight to your inbox.
pair: | pair: |
Need help or want another pair of eyes on your code? Book a <a href="%site.url%/call">1-on-1 consulting call</a> or an <a href="%site.url%/pair">online pair programming session</a> with a 100% money-back guarantee., Need help or want another pair of eyes on your code? Book a <a href="%site.url%/call">1-on-1 consulting call</a> or an <a href="%site.url%/pair">online pair programming session</a> with a 100% money-back guarantee.,

View file

@ -9,9 +9,9 @@
{% block cta %} {% block cta %}
{% if page.cta and site.ctas[page.cta] is defined %} {% 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 %} {% else %}
<p>P.S. {{ random(site.ctas)|raw|markdown }}</p> <p>P.S. {{ random(site.ctas)|raw }}</p>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% endblock %} {% endblock %}