Fix Twig code block

This commit is contained in:
Oliver Davies 2024-12-18 18:35:58 +00:00
parent 16f4274ce6
commit 371a596cd9

View file

@ -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 -%}
<audio controls>
<source src="/files/bb/episodes/{{ page.episode_filename }}" type="audio/mp3">
</audio>
{%- endverbatim %}
```
This is already live. You can see it on [any of the podcast episode pages][1].