diff --git a/prosopopee/themes/exposure/templates/sections/bordered-picture.html b/prosopopee/themes/exposure/templates/sections/bordered-picture.html index 10baca3..c10c479 100644 --- a/prosopopee/themes/exposure/templates/sections/bordered-picture.html +++ b/prosopopee/themes/exposure/templates/sections/bordered-picture.html @@ -1,5 +1,6 @@ {% if section.image.type == "video" %} {% set video = Video(section.image) %} +{% set caption = section.text %} {{ video.copy() }} {% else %} {% set image = Image(section.image) %} @@ -9,16 +10,24 @@ {% if section.background %}