projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9705105
)
Add a description meta tag for the all web pages. Wording probably needs to be improved.
author
Shaun McDonald
<shaun@shaunmcdonald.me.uk>
Fri, 31 Oct 2008 18:02:12 +0000
(18:02 +0000)
committer
Shaun McDonald
<shaun@shaunmcdonald.me.uk>
Fri, 31 Oct 2008 18:02:12 +0000
(18:02 +0000)
app/views/layouts/site.rhtml
patch
|
blob
|
history
diff --git
a/app/views/layouts/site.rhtml
b/app/views/layouts/site.rhtml
index 4437fa879825050995e09c6ed0e31c77a999f6ab..cf7ad9fc811f839adc9fe2cf413831ebb6954996 100644
(file)
--- 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." }) %>
<title>OpenStreetMap<%= ' | '+ h(@title) if @title %></title>
</head>
<body>