]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/multiple_rss_feeds_per_page.mdwn
8a8f527499348958aaf2165856db7fdf90e82062
[git.ikiwiki.info.git] / doc / bugs / multiple_rss_feeds_per_page.mdwn
1 Pages with multiple inline macros try to use the same URL for the RSS feed for each inline. As a result, the last inline "wins" and overwrites the other feeds on the same page.
3 Josh Triplett suggests that the inline macro should take a parameter for the feed basename, and refuse to generate feeds after the first one if that parameter is not specified. That sounds like a good solution to me.