diff --git a/templates/file.html b/templates/file.html index 2718da6..a128248 100644 --- a/templates/file.html +++ b/templates/file.html @@ -3,7 +3,7 @@
{% include 'nav.html' %}

{{file[2]}}

-

Expires at: {{file[5]|expirein}}

+

Expires at: {{file[5]|expirein}} GMT

{% if file[2].split('.')[-1] in ['png', 'jpg', 'jpeg', 'gif', 'webp'] %} @@ -38,6 +38,7 @@ {% endblock %} {% block head %} + {% if file[2].split('.')[-1] in ['png', 'jpg', 'jpeg', 'gif', 'webp'] %} {% endif %}