Add some context in to the title.

This commit is contained in:
Angelo DiNardi
2017-06-09 12:56:34 -07:00
parent 9d1adf94d2
commit 17be3231ec
+1 -1
View File
@@ -441,7 +441,7 @@ function renderRss(opts, msg) {
return ( return (
'<item>' + '<item>' +
'<title>' + msg.author.name + '</title>' + '<title>' + msg.author.name + ' - ' + escape(content.substring(0, 25)) + '... </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>' +