From 254eed33c44a933f2bf203a517943ba0eb3e431e Mon Sep 17 00:00:00 2001 From: Ivan Ilves Date: Sun, 12 Sep 2021 07:48:50 +0200 Subject: [PATCH] chore: remove extra whitespace --- layouts/partials/page-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 485c91e..f782002 100644 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -8,7 +8,7 @@
{{ if not .Params.omit_header_text }}

{{ .Title | default .Site.Title }}

- {{ with .Site.Params.description }} + {{ with .Site.Params.description }}

{{ . }}