From 8f8b82728046d28cb6489085ba56aeb9b692376d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 25 Dec 2024 01:42:47 +0000 Subject: [PATCH] Remove whitespace --- source/_daily_emails/2024-12-22.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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