News page with rss link

I've created an rss news feed. However I'd like to put a <link> tag to that rss feed in the head of the Latest News page. Of course I can make a separate parse file just for the Latest News page, but this seems like a lot of duplication of effort if I have a whole load of pages with rss feeds.


Is there some way I can say: this asset listing has an rss feed, so add a <link> tag in the head so you get an rss icon in the browser.



I suppose I could put in nested content in the parse file which links to a page which uses some keywords to match up the name of the rss feed with the asset listing name, or something like that.



Any ideas?


I think you already have it:

[quote]I suppose I could put in nested content in the parse file which links to a page which uses some keywords to match up the name of the rss feed with the asset listing name, or something like that.[/quote]

Idea: Use a metadata field to store the RSS Feed URL and paint the value in the design. The simplest way is to store the entire <link> tag in metadata, so that it'll paint all the HTML out into the design as necessary.