From 7418fc7e86827d2c0f184409bfa7ad90d1bf0021 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Fri, 31 Oct 2008 18:02:12 +0000 Subject: [PATCH] Add a description meta tag for the all web pages. Wording probably needs to be improved. --- app/views/layouts/site.rhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 4437fa879..cf7ad9fc8 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -7,6 +7,7 @@ <%= stylesheet_link_tag 'site' %> <%= stylesheet_link_tag 'print', :media => "print" %> <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => "/opensearch/osm.xml" }) %> + <%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %> OpenStreetMap<%= ' | '+ h(@title) if @title %> -- 2.43.2