fix: bing not index fix 2

This commit is contained in:
2022-12-16 12:40:42 +08:00
committed by GitHub
parent 775ddeb957
commit 3ae5f81cce

View File

@@ -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" . }}