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

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