Skip to content

Commit

Permalink
Merge pull request dillonzq#27 from yoloyi/master
Browse files Browse the repository at this point in the history
Fix Bug baidu-site-verification Symbol error
  • Loading branch information
dillonzq authored Jan 29, 2020
2 parents 7ff6192 + 731836f commit 4c53910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" />
Expand Down Expand Up @@ -53,4 +53,4 @@
{{ else -}}
{{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}}
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
{{ end }}
{{ end }}

0 comments on commit 4c53910

Please sign in to comment.