diff options
Diffstat (limited to 'http/src/blog')
| -rw-r--r-- | http/src/blog/rss.uppxml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/http/src/blog/rss.uppxml b/http/src/blog/rss.uppxml index 78800aa..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> @@ -38,7 +42,7 @@ NO_META=1 pp "${SRC}/blog/$post" "${SITE_URL}" \ | sed "s/\\\$/\\\\\$/g" #! </description> -<author>Joe Carstairs</author> +<author>me@joeac.net</author> </item> #! |
