Meta tags, opensearch

This commit is contained in:
Gregory Eremin
2011-10-24 14:50:37 +04:00
parent 2eec07dc4d
commit 9f3a879628
3 changed files with 12 additions and 2 deletions
+5 -2
View File
@@ -3,8 +3,11 @@
%head
%title BeatHaven
%meta{ :charset => "utf-8" }
%meta{ :name => 'csrf-token', :content => form_authenticity_token }
%link{ :rel => "shortcut icon", :href => "/favicon.ico" }
%meta{ :name => "csrf-token", content: form_authenticity_token }
%meta{ name: "description", content: "Ultimate Online Jukebox" }
%link{ rel: "shortcut icon", href: "/favicon.ico" }
%link{ rel: "apple-touch-icon", href: image_path("logo.png") }
%link{ rel: "search", type: "application/opensearchdescription+xml", title: "BeatHaven", href: "/opensearch.xml"}
= stylesheet_link_tag "application"
= javascript_include_tag "application"
%body