This commit is contained in:
Hong Xu 2025-04-23 14:35:23 -07:00 committed by GitHub
commit d128007fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,11 +48,11 @@
<title>{{ if eq .Title site.Title }}{{ site.Title }}{{ else }}{{ with .Title }}{{ . }} on {{ end }}{{ site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ site.Title }}</description>
{{- with site.Params.images }}
{{- if site.Params.images }}
<image>
<title>{{ site.Title }}</title>
<url>{{ index . 0 | absURL }}</url>
<link>{{ index . 0 | absURL }}</link>
<url>{{ index site.Params.images 0 | absURL }}</url>
<link>{{ .Permalink }}</link>
</image>
{{- end }}
<generator>Hugo -- {{ hugo.Version }}</generator>