2013-07-04 11:32:55 -04:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>{{ .Title }}</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" . }}
|
|
|
|
</head>
|
|
|
|
<body>
|
2013-10-24 19:49:01 -04:00
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
2013-10-25 18:42:46 -04:00
|
|
|
<div class="col-md-3 well" style="margin-top:1.8em;padding-top:0px;">
|
|
|
|
<div >
|
2013-10-24 19:49:01 -04:00
|
|
|
<h1><a href="/">Hugo</a></h1>
|
2013-08-17 08:34:25 -04:00
|
|
|
<p>A Fast and Flexible Static Site Generator
|
|
|
|
built with love by <a href="http://spf13.com">spf13</a> and <a
|
|
|
|
href="http://github.com/spf13/hugo/graphs/contributors">friends</a>
|
|
|
|
in Go</p>
|
2013-07-04 11:32:55 -04:00
|
|
|
</div>
|
|
|
|
{{ template "chrome/menu.html" . }}
|
|
|
|
</div>
|
2013-10-24 19:49:01 -04:00
|
|
|
<div class="col-md-9">
|