This commit is contained in:
rustdesk
2026-03-20 15:16:55 +08:00
parent b6655924d6
commit 1736869d5f
462 changed files with 1479 additions and 124 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<meta name="twitter:creator" content="@{{ . }}" />
{{- end -}}
<meta name="twitter:title" content="{{ .Title }}" />
<meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{ if .IsPage }}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" />
<meta name="twitter:description" content="{{ partial "utils/page-description.html" . }}" />
{{- with $.Params.images -}}
{{- range first 1 . }}<meta name="twitter:image" content="{{ . | absURL }}" />{{ end -}}
@@ -21,4 +21,4 @@
{{- with .Params.audio }}<meta name="twitter:player" content="{{ . }}" />{{ end }}
{{- with .Params.videos }}
{{- range first 1 . }}<meta name="twitter:player" content="{{ . | absURL }}" />{{ end }}
{{- end }}
{{- end }}