mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-11 02:01:29 +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 }}"
|
||||
/>
|
||||
|
||||
<link rel="canonical" href="{{ path.Join $.Site.Params.canonicalRelLinkBase .RelPermalink }}" />
|
||||
<link rel="canonical" href="{{ $.Site.Params.canonicalRelLinkBase }}{{ .RelPermalink }}" />
|
||||
|
||||
<!-- head custom -->
|
||||
{{- partial "prepended_head.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user