Merge pull request #27 from yoloyi/master
Fix Bug baidu-site-verification Symbol error
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<meta name="p:domain_verify" content="{{ . }}" />
|
<meta name="p:domain_verify" content="{{ . }}" />
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ with .Site.Params.baidu_verification -}}
|
{{ with .Site.Params.baidu_verification -}}
|
||||||
<meta name=”baidu-site-verification” content="{{ . }}" />
|
<meta name="baidu-site-verification" content="{{ . }}" />
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ if .PrevInSection -}}
|
{{ if .PrevInSection -}}
|
||||||
<link rel="prev" href="{{ .PrevInSection.Permalink }}" />
|
<link rel="prev" href="{{ .PrevInSection.Permalink }}" />
|
||||||
@@ -53,4 +53,4 @@
|
|||||||
{{ else -}}
|
{{ else -}}
|
||||||
{{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}}
|
{{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}}
|
||||||
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
|
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user