mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-12 18:51:28 +08:00
fix: bing not index fix 2
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
content="{{ with .Params.Keywords }}{{ delimit . ", " }}{{ else }}{{ $.Site.Params.Keywords }}{{ end }}"
|
content="{{ with .Params.Keywords }}{{ delimit . ", " }}{{ else }}{{ $.Site.Params.Keywords }}{{ end }}"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<link rel="canonical" href="{{ path.Join $.Site.Params.canonicalRelLinkBase .RelPermalink }}" />
|
<link rel="canonical" href="{{ $.Site.Params.canonicalRelLinkBase }}{{ .RelPermalink }}" />
|
||||||
|
|
||||||
<!-- head custom -->
|
<!-- head custom -->
|
||||||
{{- partial "prepended_head.html" . }}
|
{{- partial "prepended_head.html" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user