From 97045512306ed91b690a0d4c20bbb8fe84d7dbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 20:47:55 +0200 Subject: feat(backend): set default image and public folder in config --- backend/templates/base.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'backend/templates/base.html') diff --git a/backend/templates/base.html b/backend/templates/base.html index a79f4c1..f0ae617 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -11,7 +11,7 @@ - + @@ -19,20 +19,16 @@ - + - +
Logo
{{ template "body" . }} -- cgit v1.2.3