From 731836f85baa27c883635c444f3029a9c4f0de74 Mon Sep 17 00:00:00 2001 From: Yolo Yi Date: Tue, 31 Dec 2019 17:12:14 +0800 Subject: [PATCH] Fix Bug baidu-site-verification syntax error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ” to " --- 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 586fa9a..7a392a8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,7 +14,7 @@ {{ end -}} {{ with .Site.Params.baidu_verification -}} - + {{ end -}} {{ if .PrevInSection -}} @@ -53,4 +53,4 @@ {{ else -}} {{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}} -{{ end }} \ No newline at end of file +{{ end }}