]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/open_graph_helper.rb
Fix rubocop warnings
[rails.git] / app / helpers / open_graph_helper.rb
index cb72d7254cdf7c7db7aced287179b980fba23094..e21a5648a7c3be9f4482855d657381215915b076 100644 (file)
@@ -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|