Don't include the relative time in the title...

🤦
This commit is contained in:
Angelo DiNardi
2017-06-04 23:41:19 -07:00
parent 8ee270f04f
commit b21b4ce09d
+1 -1
View File
@@ -437,7 +437,7 @@ function renderRss(opts, msg) {
return (
'<item>' +
'<title>' + msg.author.name + ' - ' + formatDate(new Date(msg.value.timestamp)) + '</title>' +
'<title>' + msg.author.name + '</title>' +
'<description><![CDATA[' + content + ']]></description>' +
'<link>' + opts.base + escape(name) + '</link>' +
'<pubDate>' + new Date(msg.value.timestamp).toUTCString() + '</pubDate>' +