Only load the player when there is an episode ID
This commit is contained in:
parent
e901f3035f
commit
455d27eef5
|
@ -9,16 +9,18 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<div>
|
{% if transistor.id %}
|
||||||
<iframe
|
<div>
|
||||||
width="100%"
|
<iframe
|
||||||
height="180"
|
width="100%"
|
||||||
frameborder="no"
|
height="180"
|
||||||
scrolling="no"
|
frameborder="no"
|
||||||
seamless=""
|
scrolling="no"
|
||||||
src="https://share.transistor.fm/e/{{ page.transistor.id }}">
|
seamless=""
|
||||||
</iframe>
|
src="https://share.transistor.fm/e/{{ page.transistor.id }}">
|
||||||
</div>
|
</iframe>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue