git ssb

0+

Daan Patchwork / ssb-viewer



forked from cel / ssb-viewer

Commit 17be3231ecbae96676b6c7a35c14740d16ca6500

Add some context in to the title.

Angelo DiNardi committed on 6/9/2017, 7:56:34 PM
Parent: 9d1adf94d2c4611eca74cab2ef5baf9a8fbe28dd

Files changed

render.jschanged
render.jsView
@@ -440,9 +440,9 @@
440440 }
441441
442442 return (
443443 '<item>' +
444- '<title>' + msg.author.name + '</title>' +
444+ '<title>' + msg.author.name + ' - ' + escape(content.substring(0, 25)) + '... </title>' +
445445 '<description><![CDATA[' + content + ']]></description>' +
446446 '<link>' + opts.base + escape(name) + '</link>' +
447447 '<pubDate>' + new Date(msg.value.timestamp).toUTCString() + '</pubDate>' +
448448 '<guid>' + msg.key + '</guid>' +

Built with git-ssb-web