From 34f01aab5e09b5f773df93429ea813f8a72151dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Pedro?= <joaopms@users.noreply.github.com>
Date: Sun, 27 Dec 2015 18:44:18 +0000
Subject: [PATCH 1/2] Update head.tmpl

---
 templates/base/head.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}}" />

From 7bab3d682f0edd9ced2c531cc558a1950e9ab57c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Pedro?= <joaopms@users.noreply.github.com>
Date: Sun, 27 Dec 2015 18:53:52 +0000
Subject: [PATCH 2/2] Lowercase "Service"

---
 templates/base/head.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 885eb6de30..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) is 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}}" />