From fb3d37e25cc29671d01e66d14916815d75545a93 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sun, 21 Sep 2025 15:18:08 +0200 Subject: [PATCH] style: Simplify condition to load bootstrap Signed-off-by: Julien Riou --- src/server/templates/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/server/templates/head.html b/src/server/templates/head.html index e5f3544..ab2edfd 100644 --- a/src/server/templates/head.html +++ b/src/server/templates/head.html @@ -4,6 +4,8 @@ {{.Title}} - + {{end}} \ No newline at end of file