public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
cypher (author)
Thu May 01 06:53:29 -0700 2008
commit  8fad2b0febcdaec82b336cd8cf174685204ede47
tree    b7d3b23c451bf04ac543022524f8e2f3a9d2300d
parent  d8332e314c521dbe05f558c67094dd484440b504
feather-plugins / feather-feeds / views / head / _feed_link.html.erb
100644 2 lines (2 sloc) 0.255 kb
1
2
<link rel="alternate" type="application/rss+xml" title="<%= Configuration.current.title %> (RSS)" href="<%= feed_url %>"/>
<link rel="alternate" type="application/atom+xml" title="<%= Configuration.current.title %> (Atom)" href="<%= feed_url("atom") %>"/>