diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 10e214224..08741f49c 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -341,8 +341,6 @@ transistor: share: url: https://share.transistor.fm/e -use_transistor: false - youtube: channel: slug: opdavies diff --git a/app/config/sculpin_site_prod.yml b/app/config/sculpin_site_prod.yml index 99aab8851..2dc91cafa 100644 --- a/app/config/sculpin_site_prod.yml +++ b/app/config/sculpin_site_prod.yml @@ -6,5 +6,3 @@ features: new_css: false url: https://www.oliverdavies.uk - -use_transistor: false diff --git a/source/_layouts/podcast_episode.html.twig b/source/_layouts/podcast_episode.html.twig index ff9eaaf5e..a7c164297 100644 --- a/source/_layouts/podcast_episode.html.twig +++ b/source/_layouts/podcast_episode.html.twig @@ -17,20 +17,7 @@ {% endblock %} {% block content_wrapper %} - {% if site.use_transistor %} - {% if page.transistor.id %} -