X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a73e20cd5c71afbc7405923b165d3f698a9b6897..84681ff8683bb7c8f410b2dc13ca5b8695e413a4:/app/views/layouts/_meta.html.erb diff --git a/app/views/layouts/_meta.html.erb b/app/views/layouts/_meta.html.erb index 37afbb894..790d13fc3 100644 --- a/app/views/layouts/_meta.html.erb +++ b/app/views/layouts/_meta.html.erb @@ -21,7 +21,7 @@ <% end -%> <%= tag.link :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => asset_path("osm.xml") %> <%= tag.meta :name => "description", :content => "OpenStreetMap is the free wiki world map." %> -<%= opengraph_tags(@title, @og_image) %> +<%= opengraph_tags(@title, @opengraph_properties || {}) %> <% if flash[:matomo_goal] -%> <%= tag.meta :name => "matomo-goal", :content => flash[:matomo_goal] %> <% end -%>