parent
1e3a35f971
commit
1309661b15
4 changed files with 7 additions and 7 deletions
|
@ -4,8 +4,8 @@ module OpenGraphHelper
|
|||
"og:site_name" => t("layouts.project_name.title"),
|
||||
"og:title" => [t("layouts.project_name.title"), title].compact.join(" | "),
|
||||
"og:type" => "website",
|
||||
"og:image" => image_path("osm_logo_256.png", :host => SERVER_URL, :protocol => "http"),
|
||||
"og:image:secure_url" => image_path("osm_logo_256.png", :host => SERVER_URL, :protocol => "https"),
|
||||
"og:image" => image_url("osm_logo_256.png", :protocol => "http"),
|
||||
"og:image:secure_url" => image_url("osm_logo_256.png", :protocol => "https"),
|
||||
"og:url" => url_for(:host => SERVER_URL),
|
||||
"og:description" => t("layouts.intro_text")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue