From 99396826d3385fdd41c3342befbf0abb74f3839f Mon Sep 17 00:00:00 2001 From: Alexandru Date: Tue, 17 Sep 2024 07:04:46 +0300 Subject: [PATCH] add descriptions again --- templates/file.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}