Edited the image_view template.

This commit is contained in:
2026-03-23 20:46:31 -04:00
parent 1c8b5da627
commit 38e098cc49

View File

@@ -131,10 +131,12 @@
<div>{{ image_meta.filesize }}</div> <div>{{ image_meta.filesize }}</div>
{% endif %} {% endif %}
{% if image_meta.created %} {% if image_meta.created %}
<div>Creation date {{ image_meta.created }}</div> <div class="small text-muted">Creation date</div>
<div>{{ image_meta.created }}</div>
{% endif %} {% endif %}
{% if image_meta.modified %} {% if image_meta.modified %}
<div>Modification date {{ image_meta.modified }}</div> <div class="small text-muted">Modification date</div>
<div>{{ image_meta.modified }}</div>
{% endif %} {% endif %}
</div> </div>
</div> </div>