diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index d726ffee..46cb237e 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -22,7 +22,7 @@ ctas: subscription: | Do you need immediate access to an expert Drupal Developer? With my Drupal development subscription, make unlimited requests for a fixed monthly price in less time than posting to a job board! 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 free 10-day email course and get daily lessons straight to your inbox. pair: | Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee., diff --git a/source/_layouts/daily_email.html.twig b/source/_layouts/daily_email.html.twig index b8cfd963..1b922f36 100644 --- a/source/_layouts/daily_email.html.twig +++ b/source/_layouts/daily_email.html.twig @@ -9,9 +9,9 @@ {% block cta %} {% if page.cta and site.ctas[page.cta] is defined %} -
P.S. {{ site.ctas[page.cta]|raw|markdown }}
+P.S. {{ site.ctas[page.cta]|raw }}
{% else %} -P.S. {{ random(site.ctas)|raw|markdown }}
+P.S. {{ random(site.ctas)|raw }}
{% endif %} {% endblock %} {% endblock %}