kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Temporarily suppress RSS generation
It's going to be broken for a few daysprint-window-tiddler
rodzic
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 = [],
|
||||
|
|
Ładowanie…
Reference in New Issue