mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Temporarily suppress RSS generation
It's going to be broken for a few days
This commit is contained in:
parent
304d54f8ca
commit
06f9887d59
@ -314,8 +314,8 @@ Recipe.tiddlerOutputter = {
|
||||
};
|
||||
|
||||
// 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,
|
||||
numRssItems = 20,
|
||||
s = [],
|
||||
|
Loading…
Reference in New Issue
Block a user