mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #1408 from liuboaibc/fix/canonical-tag-url
fix canonical tag url error
This commit is contained in:
commit
1f5d073efb
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<meta name="docsearch:language" content="{{ .Site.LanguageCode }}" />
|
||||
|
||||
<link rel="canonical" href="https://kubesphere.io/{{ .RelPermalink }}" />
|
||||
<link rel="canonical" href="https://kubesphere.io{{ .RelPermalink }}" />
|
||||
|
||||
{{- partial "css.html" . -}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue