diff options
-rw-r--r-- | app/views/layouts/_head.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index 32dff0c6708..0c27f679dee 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -7,6 +7,7 @@ -# https://github.com/gitlabhq/gitlabhq/pull/5958#issuecomment-45397555 - if controller_name == 'projects' && action_name == 'show' %meta{name: "go-import", content: "#{@project.web_url_without_protocol} git #{@project.web_url}.git"} + %meta{content: "GitLab Community Edition", name: "description"} %title = "#{title} | " if defined?(title) |