Skip to content

Commit

Permalink
add meta link for feeds [reported by skateinmars]
Browse files Browse the repository at this point in the history
  • Loading branch information
madx committed Jul 24, 2009
1 parent 69b545d commit 742ff9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/honk/skel/templates/layout.haml
Expand Up @@ -5,6 +5,8 @@
%meta{"http-equiv" => "Content-Type", :content => "text/html;charset=utf-8"} %meta{"http-equiv" => "Content-Type", :content => "text/html;charset=utf-8"}
%meta{:name => "author", :content => Honk.options.meta[:author]} %meta{:name => "author", :content => Honk.options.meta[:author]}
%meta{:name => "description", :content => Honk.options.meta[:description]} %meta{:name => "description", :content => Honk.options.meta[:description]}
%link{:rel => 'alternate', :type => 'application/atom+xml', :title => Honk.options.meta[:title]+' (Atom 0.3)', :href => "/atom.xml"}
%link{:rel => 'alternate', :type => 'application/rss+xml', :title => Honk.options.meta[:title]+' (RSS 2.0)', :href => "/rss.xml"}
= stylesheet = stylesheet
%body %body
= partial :header = partial :header
Expand Down

0 comments on commit 742ff9c

Please sign in to comment.