diff options
Diffstat (limited to 'barf')
-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> |