From 12b3b4ad1279dd6941c64a98072c9ead42e2e5c3 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 17 Jan 2025 12:42:57 +0100 Subject: [PATCH] Remove the type attribute from stylesheet link It is, apparently, the current recommendation according to MDN[0]. [0]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#type --- web/template/app.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/app.gohtml b/web/template/app.gohtml index f616029..8ec03dc 100644 --- a/web/template/app.gohtml +++ b/web/template/app.gohtml @@ -6,7 +6,7 @@ {{ template "title" . }} — Numerus - +