diff --git a/src/auto_archiver/formatters/templates/html_template.html b/src/auto_archiver/formatters/templates/html_template.html index 50acf05..83dab66 100644 --- a/src/auto_archiver/formatters/templates/html_template.html +++ b/src/auto_archiver/formatters/templates/html_template.html @@ -65,11 +65,12 @@ } /* Disable grayscale on hover */ - img:hover, + /* img:hover, video:hover { -webkit-filter: grayscale(0); filter: none; - } + } */ + .collapsible { background-color: #777; @@ -101,57 +102,68 @@
title: '{{ title }}'
+ {% endif %}| about | preview(s) | ||
|---|---|---|---|
-
+ |
-
- {{ prop }}:
+ {% if m.properties[prop] | is_list %}
-
- {% for subprop in m.properties[prop] %}
- {% if subprop | is_media %}
- {{ macros.display_media(subprop, true, url) }}
+
-
- {% elif m.properties[prop] | string | length > 1 %}
-
+ {{ prop }}:
+
+
-
+ {% for subprop in m.properties[prop] %}
+ {% if subprop | is_media %}
+ {{ macros.display_media(subprop, true, url) }}
-
- {{ macros.display_media(m, true, url) }}
- |
-
+ {{ macros.display_media(m, true, url) }}
+ |
+
+ {% endfor %}
+
|