Fix Bug baidu-site-verification syntax error

” to "
This commit is contained in:
Yolo Yi 2019-12-31 17:12:14 +08:00 committed by GitHub
parent b556dfccc8
commit 731836f85b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
<meta name="p:domain_verify" content="{{ . }}" />
{{ end -}}
{{ with .Site.Params.baidu_verification -}}
<meta name=”baidu-site-verification” content="{{ . }}" />
<meta name="baidu-site-verification" content="{{ . }}" />
{{ end -}}
{{ if .PrevInSection -}}
<link rel="prev" href="{{ .PrevInSection.Permalink }}" />
@ -53,4 +53,4 @@
{{ else -}}
{{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}}
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
{{ end }}
{{ end }}