diff options
author | Adam Stück <adam@adast.dk> | 2024-08-13 08:41:21 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-13 08:41:21 +0200 |
commit | 0c0545a2cf1594d9d571a29d1d2c9f0a58106049 (patch) | |
tree | 45a4e941a39d76b368d8146e0dc804cb13b1cd38 | |
parent | 915413b54a12f13f099422b06d30aed78b089d98 (diff) |
barf: update rss feed description
-rwxr-xr-x | barf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ rss_xml() { <channel> <title>$(sed -n '/^# /{s/# //p; q}' index.md)</title> <link>$domain/rss.xml</link> - <description>Adam Stück's blog</description> + <description>Updates for Project Arena</description> <lastBuildDate>$(date -u +"%a, %d %b %Y %H:%M:%S %z")</lastBuildDate> <pubDate>$(date -u +"%a, %d %b %Y %H:%M:%S %z")</pubDate> <generator>Custom RSS Generator</generator> |