Meta tags, opensearch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user