1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

Temporarily suppress RSS generation

It's going to be broken for a few days
This commit is contained in:
Jeremy Ruston 2012-01-03 11:08:16 +00:00
parent 304d54f8ca
commit 06f9887d59

View File

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