Mercurial > hg > soundsoftware-site
changeset 170:6d10c3b6fe17 live
Put more sensible content into the description and keywords meta-tags
author | Chris Cannam |
---|---|
date | Wed, 02 Feb 2011 11:44:48 +0000 |
parents | a389c77da9fd |
children | 172b8d25c1ae |
files | app/views/layouts/base.rhtml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/layouts/base.rhtml Tue Jan 25 11:48:49 2011 +0000 +++ b/app/views/layouts/base.rhtml Wed Feb 02 11:44:48 2011 +0000 @@ -3,8 +3,8 @@ <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title><%=h html_title %></title> -<meta name="description" content="<%= Redmine::Info.app_name %>" /> -<meta name="keywords" content="issue,bug,tracker" /> +<meta name="description" content="A repository for software developed and published by audio and music researchers in the UK." /> +<meta name="keywords" content="audio,music,software,research,UK,sound,repository,code,redmine" /> <%= favicon %> <%= stylesheet_link_tag 'application', :media => 'all' %> <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>