mirror of
https://github.com/kubesphere/website.git
synced 2026-01-01 03:33:29 +00:00
add snapshot
This commit is contained in:
parent
3a5abce4d6
commit
24c8cb7fbb
|
|
@ -90,6 +90,6 @@ section3:
|
|||
|
||||
bottomContent:
|
||||
content: Want your logo up there? Just
|
||||
linkContent: submit a pull request, or email you company's logo to us →
|
||||
link:
|
||||
linkContent: email you company's logo to us →
|
||||
link: mailto:kubesphere@gmail.com
|
||||
---
|
||||
|
|
|
|||
|
|
@ -90,6 +90,6 @@ section3:
|
|||
|
||||
bottomContent:
|
||||
content: Want your logo up there? Just
|
||||
linkContent: submit a pull request, or email you company's logo to us →
|
||||
link:
|
||||
linkContent: email you company's logo to us →
|
||||
link: mailto:kubesphere@gmail.com
|
||||
---
|
||||
|
|
|
|||
|
|
@ -7,8 +7,12 @@
|
|||
<meta name="description" content="{{ with .Params.Description }}{{ . }}{{ else }}{{ with $data.head.description }}{{ . }}{{ end }}{{ end }}">
|
||||
<meta name="keywords" content="{{ with .Params.Keywords }}{{ range $i, $e := . }}{{ if $i }} {{ end }}{{ $e }}{{ end }}{{ else }}{{ with $data.head.keywords }}{{ . }}{{ end }}{{ end }}">
|
||||
|
||||
{{ with .Params.snapshot }}
|
||||
<meta property=”og:image” content="{{ . }}" />
|
||||
{{ end }}
|
||||
|
||||
{{- partial "css.html" . -}}
|
||||
|
||||
<script src="{{ "js/jquery-3.5.0.min.js" | relURL }}"></script>
|
||||
<script src='{{ "js/jquery-3.5.0.min.js" | relURL }}'></script>
|
||||
<script src='{{ "js/jquery.modal.min.js" | relURL }}'></script>
|
||||
</head>
|
||||
Loading…
Reference in New Issue