diff --git a/templates/podcast.html.twig b/templates/podcast.html.twig index 8a55692..4158dcf 100644 --- a/templates/podcast.html.twig +++ b/templates/podcast.html.twig @@ -46,6 +46,11 @@ http://www.ondarossa.info{{node.path.0.alias}} + + + + {% if img != "" %} {% set img_ext = img|split('.')|last|lower|replace({jpg: 'jpeg'}) %}