diff --git a/templates/podcast.html.twig b/templates/podcast.html.twig index 29cabd5..55fc854 100644 --- a/templates/podcast.html.twig +++ b/templates/podcast.html.twig @@ -27,7 +27,7 @@ {% set duratamin = durata // 60 %} {% set duratasec = durata % 60 %} {% if num_audios > 1 %} - {{node.title.0.value}} ({{num+1}}/{{num_audios}}) + {{node.title.0.value}} ({{num+1}}/{{num_audios}}: {{audio.field_audio_link[0].title}}) {% else %} {{node.title.0.value}} {% endif %}