diff options
author | Bwko <bouwko@gmail.com> | 2016-12-28 09:33:21 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-28 16:33:21 +0800 |
commit | 331316894e391beb29fdebf9d8088973759bba1c (patch) | |
tree | e80827f0c2a87006c1601d3f1e93611644722a3a /templates/base | |
parent | f686a32eac75460d5b1fcf16b6f6c2ed57f5b03e (diff) | |
download | gitea-331316894e391beb29fdebf9d8088973759bba1c.tar.gz gitea-331316894e391beb29fdebf9d8088973759bba1c.zip |
Replace Gogs with Gitea (#520)
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 65a8fd3370..2c45932a7e 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <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="keywords" content="go, git, self-hosted, gitea"> <meta name="referrer" content="no-referrer" /> <meta name="_csrf" content="{{.CsrfToken}}" /> <meta name="_suburl" content="{{AppSubUrl}}" /> |