From c3acc2114baaef6494713a87969674288934780a Mon Sep 17 00:00:00 2001 From: Alexandru Date: Tue, 10 Sep 2024 09:26:51 +0300 Subject: [PATCH] mobile fix --- templates/file.html | 2 +- templates/markdown.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/file.html b/templates/file.html index f5a1be4..842fadb 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} {% block content %} -
+
{% include 'nav.html' %}

{{file[2]}}

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

diff --git a/templates/markdown.html b/templates/markdown.html index 5490cbc..6fe83ec 100644 --- a/templates/markdown.html +++ b/templates/markdown.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} {% block content %} -
+
{% include 'nav.html' %}