aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/shared/_rss_feed.html.erb
blob: 20979b4621c3e2b26ccf13ae2afdb6d1bfcc69c9 (plain) (blame)
1
2
3
4
<h2><%= t('.title') %></h2>
<%= 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') -%>