diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2026-09-09 10:20:09 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2026-09-09 10:20:09 +0100 |
| commit | 586fa6e68e4965241fcd018cf5a5ac3181b90bef (patch) | |
| tree | 8734d5de0394b840c86fa38c390b2ac38b5bace4 /http/src/blog/rss.uppxml | |
| parent | 9cdc0ad7c364357610d0743e390b49bae9e65a17 (diff) | |
Diffstat (limited to 'http/src/blog/rss.uppxml')
| -rw-r--r-- | http/src/blog/rss.uppxml | 6 |
1 files changed, 5 insertions, 1 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> |
