diff --git a/source/_daily_emails/2024-12-22.md b/source/_daily_emails/2024-12-22.md index 297a2c37..2205f39a 100644 --- a/source/_daily_emails/2024-12-22.md +++ b/source/_daily_emails/2024-12-22.md @@ -33,13 +33,13 @@ This will be available as `site.self_host_podcast_episodes` and I can use this Something like: ```twig -{% verbatim %} +{%- verbatim -%} {% if site.self_host_podcast_episodes %} Show the new player. {% else %} Show the old player. {% endif %} -{% endverbatim %} +{%- endverbatim -%} ``` ## Here's the thing