From 000dbf9c7a75a10c898eb82f1131a820a9a331c9 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 10 Mar 2026 23:44:15 +0100 Subject: [PATCH] Simplification du link RSS. --- layouts/_partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 06fe369..fdcd234 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -1,5 +1,5 @@ {{ with .OutputFormats.Get "rss" }} - {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} + {{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}