X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8640c8f82ace9a4a4713f01c50a3f4410c61ffb..e104b5371120be77591a6d66a4a48064e20faad7:/app/helpers/open_graph_helper.rb diff --git a/app/helpers/open_graph_helper.rb b/app/helpers/open_graph_helper.rb index cb72d7254..e21a5648a 100644 --- a/app/helpers/open_graph_helper.rb +++ b/app/helpers/open_graph_helper.rb @@ -6,7 +6,8 @@ module OpenGraphHelper "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:url" => url_for(:host => SERVER_URL) + "og:url" => url_for(:host => SERVER_URL), + "og:description" => t("layouts.intro_text") } tags.map do |property, content|