]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.rhtml
Add a description meta tag for the all web pages. Wording probably needs to be improved.
[rails.git] / app / views / layouts / site.rhtml
index 4437fa879825050995e09c6ed0e31c77a999f6ab..cf7ad9fc811f839adc9fe2cf413831ebb6954996 100644 (file)
@@ -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." }) %>
     <title>OpenStreetMap<%= ' | '+ h(@title) if @title %></title>
   </head>
   <body>