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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue