summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-27 17:28:25 -0500
committerUnknwon <u@gogs.io>2015-12-27 17:28:25 -0500
commitb8fbf6559dba348b85b70810947b67802d26fb76 (patch)
tree0057b17461f635f48d21b88800588b013c3e5546 /templates
parent44637f03ccef3f005da41da5d1880df80cceebb2 (diff)
parent7bab3d682f0edd9ced2c531cc558a1950e9ab57c (diff)
downloadgitea-b8fbf6559dba348b85b70810947b67802d26fb76.tar.gz
gitea-b8fbf6559dba348b85b70810947b67802d26fb76.zip
Merge pull request #2294 from joaopms/patch-1
Fix the description on head.tmpl
Diffstat (limited to 'templates')
-rw-r--r--templates/base/head.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index ba7c7ba048..4b1fa295ea 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}}" />