From af6678decc6166f388d6e62edcb1407d2ce08f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 5 Oct 2025 14:31:20 +0200 Subject: feat(security): integrity on link and script --- 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 e56341b..cf0d834 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -4,7 +4,7 @@ {{ .Title }} - + {{ $styles := asset "styles.css" }} @@ -37,6 +37,6 @@

« {{ .Quote }} »

Mentions légales, code source.

- +{{ $script := asset "index.js" }} -- cgit v1.2.3