From 4d42965bb517b864ad60ff1bc61548cc49e54777 Mon Sep 17 00:00:00 2001
From: k-yone <9046344+k-yone@users.noreply.github.com>
Date: Sat, 4 Feb 2023 21:04:21 +0900
Subject: [PATCH] Add title to the image tag in rss.xml (#1105)
Ref: https://cyber.harvard.edu/rss/rss.html#ltimagegtSubelementOfLtchannelgt
---
layouts/_default/rss.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 134d50d4..44f14986 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -18,6 +18,7 @@
Recent content {{ if ne .Title site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ site.Title }}
{{- with site.Params.images }}
+ {{ site.Title }}
{{ index . 0 | absURL }}
{{ index . 0 | absURL }}