From 5569f378cdf4cd9dc20dff0b9ad524ab4801189c Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Thu, 29 Jun 2023 10:26:28 +0200 Subject: [PATCH] Fix accessibility issue --- 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 0d2bf3c..01174af 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -25,7 +25,7 @@ - + {{- with ($.Scratch.Get "Title") }} {{ . }}{{- if ne . $.Site.Title }} - {{ $.Site.Title }}{{- end}}