Skip to content

Commit

Permalink
Adding Blog Autodiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekOnCoffee committed Sep 5, 2012
1 parent 50661cc commit b81af5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/refinery/blog/shared/_rss_feed.html.erb
@@ -1,2 +1,4 @@
<h2><%= t('.title') %></h2> <h2><%= t('.title') %></h2>
<%= link_to t('.subscribe'), refinery.blog_rss_feed_path, :id => "rss_feed_subscribe"%> <%= link_to t('.subscribe'), refinery.blog_rss_feed_path, :id => "rss_feed_subscribe"%>
<% content_for :meta, auto_discovery_link_tag(:atom, refinery.blog_rss_feed_url, :title => 'RSS Feed') -%>

0 comments on commit b81af5b

Please sign in to comment.