Remove use_transistor feature flag
This commit is contained in:
parent
fa884644cf
commit
e9555ffab0
3 changed files with 1 additions and 18 deletions
|
@ -17,20 +17,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
{% if site.use_transistor %}
|
||||
{% if page.transistor.id %}
|
||||
<div>
|
||||
<iframe
|
||||
width="100%"
|
||||
height="180"
|
||||
frameborder="no"
|
||||
scrolling="no"
|
||||
seamless=""
|
||||
src="{{ site.transistor.share.url }}/{{ page.transistor.id }}">
|
||||
</iframe>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if page.episode_filename %}
|
||||
<audio controls>
|
||||
<source src="/files/bb/episodes/{{ page.episode_filename }}" type="audio/mp3">
|
||||
</audio>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue