From f199004989ca6a0b035320851fe6d9046445c1e5 Mon Sep 17 00:00:00 2001
From: spf13 <steve.francia@gmail.com>
Date: Mon, 15 Jul 2013 17:44:51 -0700
Subject: [PATCH] GO -> Go

---
 docs/layouts/chrome/header.html | 2 +-
 docs/layouts/index.html         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/layouts/chrome/header.html b/docs/layouts/chrome/header.html
index 2c786004..544f08ab 100644
--- a/docs/layouts/chrome/header.html
+++ b/docs/layouts/chrome/header.html
@@ -13,7 +13,7 @@
         <div class="span3">
           <div class="well" style="background-color: #222; color: #ccc;">
             <h1>Hugo</h1>
-            <p>A Fast and Flexible Static Site Generator built with love by <a href="http://spf13.com">spf13</a> in GO</p>
+            <p>A Fast and Flexible Static Site Generator built with love by <a href="http://spf13.com">spf13</a> in Go</p>
           </div>
         {{ template "chrome/menu.html" . }}
         </div>
diff --git a/docs/layouts/index.html b/docs/layouts/index.html
index 14c4e7b7..89c0c4ff 100644
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -1,7 +1,7 @@
 <!doctype html>
 <html>
   <head>
-    <title>Hugo Static Site Generator written in GO lang</title>
+    <title>Hugo Static Site Generator written in Go lang</title>
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
     {{ template "chrome/includes.html" . }}
-- 
2.30.2