Facebook meta

This commit is contained in:
magnolia-fan
2011-11-29 14:29:20 +04:00
parent 09e63f0467
commit b8cfed91af
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -5,6 +5,9 @@
%meta{ :charset => "utf-8" }
%meta{ :name => "csrf-token", content: form_authenticity_token }
%meta{ name: "description", content: "Ultimate Online Jukebox" }
%meta{ property: "og:title", content: "BeatHaven" }
%meta{ property: "og:description", content: "Ultimate Online Jukebox" }
%meta{ property: "og:image", content: image_path("logo.png") }
%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"}