Remove use_transistor feature flag
This commit is contained in:
parent
fa884644cf
commit
e9555ffab0
3 changed files with 1 additions and 18 deletions
|
@ -341,8 +341,6 @@ transistor:
|
||||||
share:
|
share:
|
||||||
url: https://share.transistor.fm/e
|
url: https://share.transistor.fm/e
|
||||||
|
|
||||||
use_transistor: false
|
|
||||||
|
|
||||||
youtube:
|
youtube:
|
||||||
channel:
|
channel:
|
||||||
slug: opdavies
|
slug: opdavies
|
||||||
|
|
|
@ -6,5 +6,3 @@ features:
|
||||||
new_css: false
|
new_css: false
|
||||||
|
|
||||||
url: https://www.oliverdavies.uk
|
url: https://www.oliverdavies.uk
|
||||||
|
|
||||||
use_transistor: false
|
|
||||||
|
|
|
@ -17,20 +17,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
{% if site.use_transistor %}
|
{% if page.episode_filename %}
|
||||||
{% 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 %}
|
|
||||||
<audio controls>
|
<audio controls>
|
||||||
<source src="/files/bb/episodes/{{ page.episode_filename }}" type="audio/mp3">
|
<source src="/files/bb/episodes/{{ page.episode_filename }}" type="audio/mp3">
|
||||||
</audio>
|
</audio>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue