From 983235c1fb3f585680fd21750f34302b4d4b1b11 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 20 Mar 2026 02:01:45 +0100 Subject: [PATCH] Correction lien vers fontes. --- layouts/_partials/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 5fe620a..b575f0e 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -9,7 +9,7 @@ @font-face { font-family: "monospace"; src: - url("{{ .Permalink }}"), + url("{{ .RelPermalink }}"), local("Courier New"); } {{ end }} @@ -19,7 +19,7 @@ font-family: "monospace"; font-style: italic; src: - url("{{ .Permalink }}"), + url("{{ .RelPermalink }}"), local("Courier New"); } {{ end }} @@ -29,7 +29,7 @@ font-family: "monospace"; font-weight: bold; src: - url("{{ .Permalink }}"), + url("{{ .RelPermalink }}"), local("Courier New"); } {{ end }} @@ -40,7 +40,7 @@ font-style: italic; font-weight: bold; src: - url("{{ .Permalink }}"), + url("{{ .RelPermalink }}"), local("Courier New"); } {{ end }}