From 371a596cd9dd0d8b7e95bd971a8ee7c0a897ffaf Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 18 Dec 2024 18:35:58 +0000 Subject: [PATCH] Fix Twig code block --- source/_daily_emails/2024-12-18.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_daily_emails/2024-12-18.md b/source/_daily_emails/2024-12-18.md index f3eee32e6..0aa22fe6b 100644 --- a/source/_daily_emails/2024-12-18.md +++ b/source/_daily_emails/2024-12-18.md @@ -22,9 +22,11 @@ It's simpler, but I like it. My website is built with Sculpin, so I was able to do this easily with Twig by adding the path to the MP3 file to each episode: ```twig +{% verbatim -%} +{%- endverbatim %} ``` This is already live. You can see it on [any of the podcast episode pages][1].