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:
```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