Commit 17be3231ecbae96676b6c7a35c14740d16ca6500
Add some context in to the title.
Angelo DiNardi committed on 6/9/2017, 7:56:34 PMParent: 9d1adf94d2c4611eca74cab2ef5baf9a8fbe28dd
Files changed
render.js | changed |
render.js | ||
---|---|---|
@@ -440,9 +440,9 @@ | ||
440 | 440 … | } |
441 | 441 … | |
442 | 442 … | return ( |
443 | 443 … | '<item>' + |
444 | - '<title>' + msg.author.name + '</title>' + | |
444 … | + '<title>' + msg.author.name + ' - ' + escape(content.substring(0, 25)) + '... </title>' + | |
445 | 445 … | '<description><![CDATA[' + content + ']]></description>' + |
446 | 446 … | '<link>' + opts.base + escape(name) + '</link>' + |
447 | 447 … | '<pubDate>' + new Date(msg.value.timestamp).toUTCString() + '</pubDate>' + |
448 | 448 … | '<guid>' + msg.key + '</guid>' + |
Built with git-ssb-web