diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-15 09:51:25 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-15 09:51:25 +0100 |
| commit | 7649503911c3a2b390c304563dabd87fa643759b (patch) | |
| tree | c3528046886d836771732feb52b151d0bd95e1aa /http/src/microlog | |
| parent | 12040e85274153ebc159a00f9ee6df85b59e1bb8 (diff) | |
| parent | 586fa6e68e4965241fcd018cf5a5ac3181b90bef (diff) | |
Merge branch 'main' of https://git.joeac.net/joeac.net
Diffstat (limited to 'http/src/microlog')
| -rw-r--r-- | http/src/microlog/rss.uppxml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/http/src/microlog/rss.uppxml b/http/src/microlog/rss.uppxml index 20a6ced..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> @@ -38,7 +42,7 @@ NO_META=1 pp "${SRC}/microlog/$post" "${SITE_URL}" \ | sed "s/\\\$/\\\\\$/g" #! </description> -<author>Joe Carstairs</author> +<author>me@joeac.net</author> </item> #! |
