GO -> Go
authorspf13 <steve.francia@gmail.com>
Tue, 16 Jul 2013 00:44:51 +0000 (17:44 -0700)
committerspf13 <steve.francia@gmail.com>
Tue, 16 Jul 2013 00:44:51 +0000 (17:44 -0700)
docs/layouts/chrome/header.html
docs/layouts/index.html

index 2c786004fab1f18b382093b2ff36c5ee299c0b04..544f08ab4621f520aa5ca8abab95263f05411cb8 100644 (file)
@@ -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>
index 14c4e7b7e8f5ab2c6b99869a919ce1cd0249f534..89c0c4ff6f97f5b460b2e54345b4285b22bf4aaf 100644 (file)
@@ -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" . }}