diff options
author | Avelino <thiago@avelino.xxx> | 2016-12-02 03:13:27 -0200 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-12-02 07:48:11 +0100 |
commit | d93429af8b21e56d2e623206296709fbb32ba07d (patch) | |
tree | 60cef1a3bf08970c23075959c0d8d31672a4411d /templates | |
parent | 7e09f80ee359db8edf87a8d85fc4245a7f270c8b (diff) | |
download | gitea-d93429af8b21e56d2e623206296709fbb32ba07d.tar.gz gitea-d93429af8b21e56d2e623206296709fbb32ba07d.zip |
Fixed project name on base template head
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/head.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index c994038a9d..65a8fd3370 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -3,8 +3,8 @@ <head data-suburl="{{AppSubUrl}}"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> - <meta name="author" content="{{if .Repository}}{{.Owner.Name}}{{else}}Gogs - Go Git Service{{end}}" /> - <meta name="description" content="{{if .Repository}}{{.Repository.Name}}{{if .Repository.Description}} - {{.Repository.Description}}{{end}}{{else}}Gogs (Go Git Service) is a painless self-hosted Git service written in Go{{end}}" /> + <meta name="author" content="{{if .Repository}}{{.Owner.Name}}{{else}}Gitea - Git with a cup of tea{{end}}" /> + <meta name="description" content="{{if .Repository}}{{.Repository.Name}}{{if .Repository.Description}} - {{.Repository.Description}}{{end}}{{else}}Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go{{end}}" /> <meta name="keywords" content="go, git, self-hosted, gogs"> <meta name="referrer" content="no-referrer" /> <meta name="_csrf" content="{{.CsrfToken}}" /> |