diff --git a/templates/podcast.html.twig b/templates/podcast.html.twig
index b250c3b..b89b0dd 100644
--- a/templates/podcast.html.twig
+++ b/templates/podcast.html.twig
@@ -81,18 +81,7 @@
{{"%02d" | format(duratahrs)}}:{{"%02d" | format(duratamin)}}:{{"%02d" | format(duratasec)}}
no
- {#
- questo if serve per poter fare una transizione senza cambiare di
- botto i guid a tutti; tornare qui nel 2022 e lasciare solo il primo
- ramo.
- Senza questo cambio, se due articoli hanno lo stesso audio, si generano
- guid duplicati
- #}
- {% if node.created.0.value > 1639689963 %}
{{ audiourl }}@http://www.ondarossa.info{{node.path.0.alias}}@{{num}}
- {% else %}
- {{ audiourl }}
- {% endif %}
{% endfor %}
{% endfor %}