From 6ac07f0b714b4434eb5d1e0a28bb30de9ae89a27 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Oct 2018 00:04:38 +0200 Subject: [PATCH] podcast: titolo dell audio --- templates/podcast.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}