Merge pull request #27 from yoloyi/master

Fix Bug baidu-site-verification Symbol error
This commit is contained in:
Dillon 2020-01-29 18:56:39 +08:00 committed by GitHub
commit 4c53910823
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 }}