Don't include the relative time in the title...
🤦
This commit is contained in:
@@ -437,7 +437,7 @@ function renderRss(opts, msg) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
'<item>' +
|
'<item>' +
|
||||||
'<title>' + msg.author.name + ' - ' + formatDate(new Date(msg.value.timestamp)) + '</title>' +
|
'<title>' + msg.author.name + '</title>' +
|
||||||
'<description><![CDATA[' + content + ']]></description>' +
|
'<description><![CDATA[' + content + ']]></description>' +
|
||||||
'<link>' + opts.base + escape(name) + '</link>' +
|
'<link>' + opts.base + escape(name) + '</link>' +
|
||||||
'<pubDate>' + new Date(msg.value.timestamp).toUTCString() + '</pubDate>' +
|
'<pubDate>' + new Date(msg.value.timestamp).toUTCString() + '</pubDate>' +
|
||||||
|
|||||||
Reference in New Issue
Block a user