diff options
-rw-r--r-- | IkiWiki/Render.pm | 2 | ||||
-rw-r--r-- | doc/bugs.mdwn | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index dc1fc54e7..5f9de8d26 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -266,8 +266,6 @@ sub genrss ($$$) { #{{{ my $parentpage=shift; my %params=@_; - return "" if exists $params{archive} && $params{archive} eq 'yes'; - if (! exists $params{show}) { $params{show}=10; } diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 31c4abe77..8685511c5 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -29,4 +29,3 @@ preview, it doesn't get the link right because it makes it relative to where the page will be saved to, not to where the cgi script is. * RSS output contains relative links. Ie. http://kitenet.net/~joey/blog/index.rss contains a link to http://kitenet.net/~joey/blog/../blog.html -* [ [inline archive="yes] ] creates an RSS link, but no feed.
\ No newline at end of file |