Skip to content

Commit

Permalink
adjust alternate tag type
Browse files Browse the repository at this point in the history
  • Loading branch information
hibariya committed May 25, 2011
1 parent 67d2ae6 commit 2b3b01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/advent_calendar/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- @title = t(:advent_calendar)
- content_for :head do
%link{:href => "/2011/stylesheets/advent.css", :media => "screen", :rel => "stylesheet", :type => "text/css"}
%link{:rel => "alternate", :type => "application/xml", :title => @title, :href => advent_calendar_index_path(params[:year], current_locale, :rss)}
%link{:rel => "alternate", :type => "application/rss+xml", :title => @title, :href => advent_calendar_index_path(params[:year], current_locale, :rss)}

#content
%h1
Expand Down

0 comments on commit 2b3b01f

Please sign in to comment.