Fixed mismatch tag in rss xml

This commit is contained in:
Paul Jones 2021-06-23 12:01:06 -04:00
parent 76a3d50d6c
commit ebe59e4268
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ groff -ms -mwww -T html now.groff > web/now.html
DateStamp web/now.html "$(date +'%Y-%m-%d %H:%M:%S')" DateStamp web/now.html "$(date +'%Y-%m-%d %H:%M:%S')"
echo "<rss version=\"2.0\"> echo "<rss version=\"2.0\">
<channel>$SITENAME</channel> <channel>
<title>$SITENAME</title> <title>$SITENAME</title>
<link>$SITEADDRESS</link> <link>$SITEADDRESS</link>
<description>$SITEDESCRIPTION</description> <description>$SITEDESCRIPTION</description>