Explorar el Código

podcast: titolo dell audio

root hace 5 años
padre
commit
6ac07f0b71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 %}