git ssb

9+

cel / ssb-viewer



Commit b21b4ce09db70de58fef3c10705ba430079c9b26

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

:facepalm:
Angelo DiNardi committed on 6/5/2017, 6:41:19 AM
Parent: 8ee270f04f454e229b39eea6a843634383ca8dff

Files changed

render.jschanged
render.jsView
@@ -436,9 +436,9 @@
436436 }
437437
438438 return (
439439 '<item>' +
440- '<title>' + msg.author.name + ' - ' + formatDate(new Date(msg.value.timestamp)) + '</title>' +
440 + '<title>' + msg.author.name + '</title>' +
441441 '<description><![CDATA[' + content + ']]></description>' +
442442 '<link>' + opts.base + escape(name) + '</link>' +
443443 '<pubDate>' + new Date(msg.value.timestamp).toUTCString() + '</pubDate>' +
444444 '<guid>' + msg.key + '</guid>' +

Built with git-ssb-web