1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-03 17:26:56 +00:00

Re-enabled RSS feed generation

It was temporarily turned off while all that refactoring was going on
This commit is contained in:
Jeremy Ruston 2012-01-08 14:07:01 +00:00
parent d01ba66305
commit 6f247640c6

View File

@ -315,7 +315,6 @@ Recipe.tiddlerOutputter = {
// Cook an RSS file of the most recent 20 tiddlers
Recipe.prototype.cookRss = function() {
return ""; // Temporarily suppress RSS feed generation
var me = this,
numRssItems = 20,
s = [],