Skip to content

Commit

Permalink
Add title to the image tag in rss.xml (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yone authored Feb 4, 2023
1 parent f5320cd commit 4d42965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/_default/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<description>Recent content {{ if ne .Title site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ site.Title }}</description>
{{- with site.Params.images }}
<image>
<title>{{ site.Title }}</title>
<url>{{ index . 0 | absURL }}</url>
<link>{{ index . 0 | absURL }}</link>
</image>
Expand Down

0 comments on commit 4d42965

Please sign in to comment.