From 6ab3a7bd5640623aeb7847f1eb2f1077d8e777f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 16 Jan 2026 22:05:19 +0100 Subject: style(html): use prettier plugin for go html --- backend/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/templates/base.html') diff --git a/backend/templates/base.html b/backend/templates/base.html index 20abcd0..b2071b1 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -18,7 +18,7 @@ {{ if ne .PubDate "" }} - + {{ end }} @@ -32,7 +32,7 @@
Logo {{ $url := .URL }} - +
{{ template "body" . }}