From e9555ffab0965d66a18319c078ba9e12d5a818f6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Mar 2025 00:32:35 +0000 Subject: [PATCH] Remove use_transistor feature flag --- app/config/sculpin_site.yml | 2 -- app/config/sculpin_site_prod.yml | 2 -- source/_layouts/podcast_episode.html.twig | 15 +-------------- 3 files changed, 1 insertion(+), 18 deletions(-) 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 %} -
- -
- {% endif %} - {% else %} + {% if page.episode_filename %}