From f067850ab67206e9a6be59d088f38e397e7fc43f Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Wed, 24 Jan 2024 23:53:32 +0100 Subject: [PATCH] Don't show "<---" on route "/" --- templates/directory.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/directory.html b/templates/directory.html index cb29d7d..a085587 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -3,8 +3,11 @@ {% block title %}{{ path }}{% endblock %} {% block body %} + +{% if path != "/" %} <--

+{% endif %} {% for dir in dirs %} {{ dir }}