From 091c7de9d5ac0bdf47fe9ef14837b0342bcb08e9 Mon Sep 17 00:00:00 2001 From: Christopher Loessl Date: Fri, 5 Jun 2020 17:32:01 +0200 Subject: [PATCH] fix(typo): double space --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6ecb2fb..d98bef2 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ -{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }} +{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }} {{ with .OutputFormats.Get "rss" -}} @@ -31,4 +31,4 @@ {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{ template "_internal/google_analytics_async.html" . }} -{{ end }} \ No newline at end of file +{{ end }}