Remove Open Graph og:image:secure_url property
This commit is contained in:
parent
ed77e1afc9
commit
879c6017e0
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ module OpenGraphHelper
|
|||
"og:site_name" => t("layouts.project_name.title"),
|
||||
"og:title" => [title, t("layouts.project_name.title")].compact.join(" | "),
|
||||
"og:type" => "website",
|
||||
"og:image" => image_url("osm_logo_256.png", :protocol => "http"),
|
||||
"og:image:secure_url" => image_url("osm_logo_256.png", :protocol => "https"),
|
||||
"og:image" => image_url("osm_logo_256.png"),
|
||||
"og:url" => url_for(:only_path => false),
|
||||
"og:description" => t("layouts.intro_text")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue