From 3e9cfcd7cf988c6f9f7129432211a39cbf7fcdfa Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Sat, 24 Feb 2024 11:03:36 +0100 Subject: [PATCH] fix: Edit button broken url --- templates/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/main.html b/templates/main.html index 434d22f..0bc4fe1 100644 --- a/templates/main.html +++ b/templates/main.html @@ -23,14 +23,14 @@
{% if not edit %} {% if path != '' %} - Edit + Edit {% endif %} {% autoescape false %} {{ markdown(content, extensions=['extra']) }} {% endautoescape %} {% else %} -
+