Remove whitespace
This commit is contained in:
parent
682ce312f8
commit
8f8b827280
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue