mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	GO -> Go
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
				
			|||||||
        <div class="span3">
 | 
					        <div class="span3">
 | 
				
			||||||
          <div class="well" style="background-color: #222; color: #ccc;">
 | 
					          <div class="well" style="background-color: #222; color: #ccc;">
 | 
				
			||||||
            <h1>Hugo</h1>
 | 
					            <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>
 | 
					          </div>
 | 
				
			||||||
        {{ template "chrome/menu.html" . }}
 | 
					        {{ template "chrome/menu.html" . }}
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
<!doctype html>
 | 
					<!doctype html>
 | 
				
			||||||
<html>
 | 
					<html>
 | 
				
			||||||
  <head>
 | 
					  <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 name="viewport" content="width=device-width, initial-scale=1">
 | 
				
			||||||
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
 | 
					    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
 | 
				
			||||||
    {{ template "chrome/includes.html" . }}
 | 
					    {{ template "chrome/includes.html" . }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user