mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
add twitter meta
Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
parent
e190a38642
commit
ba1bdf1d0e
|
|
@ -12,6 +12,10 @@
|
|||
<meta property="og:image" content="{{ with .Params.snapshot }}{{ . }}{{ else }}{{ with .Site.Params.snapshot }}{{ . | absURL }}{{ end }}{{ end }}"/>
|
||||
<meta property="og:url" content="{{ .Permalink }}"/>
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@KubeSphere" />
|
||||
<meta property="twitter:image" content="{{ with .Params.snapshot }}{{ . }}{{ else }}{{ with .Site.Params.snapshot }}{{ . | absURL }}{{ end }}{{ end }}"/>
|
||||
|
||||
<meta name="docsearch:language" content="{{ .Site.LanguageCode }}" />
|
||||
|
||||
<link rel="canonical" href="https://kubesphere.io{{ .RelPermalink }}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue