showes mime on index

This commit is contained in:
Flummi
2016-08-18 23:12:59 +02:00
parent 33b82336db
commit e179fa481d
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<div style="display: inline-block;">
<div class="centeredthumbs">
{% for item in items %}
<div class="mrhankyisteinneger"><a href="./{{ item }}"><img src="./t/{{ item }}.png" /></a></div>
<div class="mrhankyisteinneger"><a href="./{{ item.id }}" title="{{ item.mime }}"><img src="./t/{{ item.id }}.png" /></a></div>
{% endfor %}
</div>
</div>