From b4d5146fdc98c784e10af2109250cc886ae40e1a Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Wed, 31 Jan 2024 10:44:55 +0100 Subject: [PATCH] fix: Doing ".." goes up two levels. Use "." for one. --- templates/directory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/directory.html b/templates/directory.html index e7a3e0a..15b60c3 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -11,7 +11,7 @@
{% if path != "/" %} - <-- + <--

{% endif %}