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:
parent
d01ba66305
commit
6f247640c6
@ -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 = [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user