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.js | changed |
render.js | ||
---|---|---|
@@ -436,9 +436,9 @@ | ||
436 | 436 … | } |
437 | 437 … | |
438 | 438 … | return ( |
439 | 439 … | '<item>' + |
440 | - '<title>' + msg.author.name + ' - ' + formatDate(new Date(msg.value.timestamp)) + '</title>' + | |
440 … | + '<title>' + msg.author.name + '</title>' + | |
441 | 441 … | '<description><![CDATA[' + content + ']]></description>' + |
442 | 442 … | '<link>' + opts.base + escape(name) + '</link>' + |
443 | 443 … | '<pubDate>' + new Date(msg.value.timestamp).toUTCString() + '</pubDate>' + |
444 | 444 … | '<guid>' + msg.key + '</guid>' + |
Built with git-ssb-web