summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/src/blog/rss.uppxml6
-rw-r--r--http/src/microlog/rss.uppxml6
2 files changed, 10 insertions, 2 deletions
diff --git a/http/src/blog/rss.uppxml b/http/src/blog/rss.uppxml
index 0558e2d..c8183a6 100644
--- a/http/src/blog/rss.uppxml
+++ b/http/src/blog/rss.uppxml
@@ -10,7 +10,11 @@ NOW_RFC_822="$(TZ=UT date +"%a, %d %b %Y %H:%M:%S UT")"
<title>Joe Carstairs’ blog</title>
<description>Short posts on random topics I find interesting</description>
<link>${SITE_URL}/blog</link>
-<image>${SITE_URL}/images/headshot.webp</image>
+<image>
+ <title>Joe Carstairs’ ugly mug</title>
+ <url>${SITE_URL}/images/headshot.webp</url>
+ <link>${SITE_URL}</link>
+</image>
<language>en-GB</language>
<pubDate>${NOW_RFC_822}</pubDate>
diff --git a/http/src/microlog/rss.uppxml b/http/src/microlog/rss.uppxml
index 7205ea0..517ee1a 100644
--- a/http/src/microlog/rss.uppxml
+++ b/http/src/microlog/rss.uppxml
@@ -10,7 +10,11 @@ NOW_RFC_822="$(TZ=UT date +"%a, %d %b %Y %H:%M:%S UT")"
<title>Joe Carstairs’ microlog</title>
<description>My private X feed I guess?</description>
<link>${SITE_URL}/microlog</link>
-<image>${SITE_URL}/images/headshot.webp</image>
+<image>
+ <title>Joe Carstairs’ ugly mug</title>
+ <url>${SITE_URL}/images/headshot.webp</url>
+ <link>${SITE_URL}</link>
+</image>
<language>en-GB</language>
<pubDate>${NOW_RFC_822}</pubDate>