Remove whitespace

This commit is contained in:
Oliver Davies 2024-12-25 01:42:47 +00:00
parent 682ce312f8
commit 8f8b827280

View file

@ -33,13 +33,13 @@ This will be available as `site.self_host_podcast_episodes` and I can use this
Something like: Something like:
```twig ```twig
{% verbatim %} {%- verbatim -%}
{% if site.self_host_podcast_episodes %} {% if site.self_host_podcast_episodes %}
Show the new player. Show the new player.
{% else %} {% else %}
Show the old player. Show the old player.
{% endif %} {% endif %}
{% endverbatim %} {%- endverbatim -%}
``` ```
## Here's the thing ## Here's the thing