diff --git a/src/auto_archiver/formatters/templates/html_template.html b/src/auto_archiver/formatters/templates/html_template.html index f9e53d9..50acf05 100644 --- a/src/auto_archiver/formatters/templates/html_template.html +++ b/src/auto_archiver/formatters/templates/html_template.html @@ -125,7 +125,14 @@
{% for subprop in m.properties[prop] %} {% if subprop | is_media %} - {{ macros.display_media(subprop, false, url) }} + {{ macros.display_media(subprop, true, url) }} + + + {% else %} {{ subprop }} {% endif %} @@ -162,7 +169,8 @@ {% endfor %} -

Made with bellingcat/auto-archiver v{{ version }}

+

Made with bellingcat/auto-archiver v{{ version }}