Browse Source

podcast: titolo dell audio

root 5 years ago
parent
commit
6ac07f0b71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/podcast.html.twig

+ 1 - 1
templates/podcast.html.twig

@@ -27,7 +27,7 @@
         {% set duratamin = durata // 60 %}
         {% set duratasec = durata % 60 %}
         {% if num_audios > 1 %}
-            <title> {{node.title.0.value}} ({{num+1}}/{{num_audios}}) </title>
+            <title> {{node.title.0.value}} ({{num+1}}/{{num_audios}}: {{audio.field_audio_link[0].title}}) </title>
         {% else %}
             <title> {{node.title.0.value}} </title>
         {% endif %}