diff options
author | João Pedro <joaopms@users.noreply.github.com> | 2015-12-27 18:44:18 +0000 |
---|---|---|
committer | João Pedro <joaopms@users.noreply.github.com> | 2015-12-27 18:44:18 +0000 |
commit | 34f01aab5e09b5f773df93429ea813f8a72151dc (patch) | |
tree | b1fd68897053ce0d328fe8ea9fe758cca9e798d4 /templates/base | |
parent | 240fe07287564be8c31e412b68350060b4c049d4 (diff) | |
download | gitea-34f01aab5e09b5f773df93429ea813f8a72151dc.tar.gz gitea-34f01aab5e09b5f773df93429ea813f8a72151dc.zip |
Update head.tmpl
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 ba7c7ba048..885eb6de30 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="author" content="Gogs - Go Git Service" /> - <meta name="description" content="Gogs(Go Git Service) a painless self-hosted Git Service written in Go" /> + <meta name="description" content="Gogs (Go Git Service) is a painless self-hosted Git Service written in Go" /> <meta name="keywords" content="go, git, self-hosted, gogs"> <meta name="referrer" content="no-referrer" /> <meta name="_csrf" content="{{.CsrfToken}}" /> |