Add a description meta tag for the all web pages. Wording probably needs to be improved.

This commit is contained in:
Shaun McDonald 2008-10-31 18:02:12 +00:00
parent 9705105681
commit 7418fc7e86

View 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>