~adamski/arena-web

0c0545a2cf1594d9d571a29d1d2c9f0a58106049 — Adam Stück 3 months ago 915413b
barf: update rss feed description
1 files changed, 1 insertions(+), 1 deletions(-)

M barf
M barf => barf +1 -1
@@ 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>