From ef742ffa13ff021f0537d6fcb5025d6d2eaeb7c2 Mon Sep 17 00:00:00 2001 From: lafleur Date: Sat, 14 Nov 2020 10:33:45 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9pare=20le=20lien=20du=20titre=20principa?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 23e3e9e..809248a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@ {{ $currentPage := . }}

- {{ .Site.Title }} + {{ .Site.Title }}

{{ with $.Site.Params.Description }} {{ . }}