diff --git a/prosopopee/themes/exposure/templates/sections/audio.html b/prosopopee/themes/exposure/templates/sections/audio.html index 301448b..8363e3b 100644 --- a/prosopopee/themes/exposure/templates/sections/audio.html +++ b/prosopopee/themes/exposure/templates/sections/audio.html @@ -1,10 +1,9 @@ {% if section.image.type == "audio" %} {% set audio = Audio(section.image) %} -{% set caption = section.title %} {{ audio.copy() }} {% endif %}