Remove use_transistor feature flag

This commit is contained in:
Oliver Davies 2025-03-21 00:32:35 +00:00
parent fa884644cf
commit e9555ffab0
3 changed files with 1 additions and 18 deletions

View file

@ -341,8 +341,6 @@ transistor:
share:
url: https://share.transistor.fm/e
use_transistor: false
youtube:
channel:
slug: opdavies

View file

@ -6,5 +6,3 @@ features:
new_css: false
url: https://www.oliverdavies.uk
use_transistor: false

View file

@ -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>