From 4af3c5501610e2044caf8919ca3e2124b34d6b12 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 10 Mar 2026 23:45:37 +0100 Subject: [PATCH] Ajout balise title. --- layouts/_partials/head.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index fdcd234..dbfddc4 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -2,4 +2,6 @@ {{ with .OutputFormats.Get "rss" }} {{ end }} + +{{ block "title" . }}{{ .Site.Title }} - {{ .Title }}{{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}