diff --git a/app/assets/images/logo.png b/app/assets/images/logo.png new file mode 100644 index 0000000..20e88e5 Binary files /dev/null and b/app/assets/images/logo.png differ diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index f4be847..ce678ed 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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 diff --git a/public/opensearch.xml b/public/opensearch.xml new file mode 100644 index 0000000..38c002c --- /dev/null +++ b/public/opensearch.xml @@ -0,0 +1,7 @@ + + + BeatHaven + BeatHaven + http://beathaven.org/favicon.ico + +