hugo/docs/layouts/chrome/header.html

21 lines
720 B
HTML
Raw Normal View History

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>
<div class="navbar"></div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<div class="well" style="background-color: #222; color: #ccc;">
<h1>Hugo</h1>
2013-07-15 20:44:51 -04:00
<p>A Fast and Flexible Static Site Generator built with love by <a href="http://spf13.com">spf13</a> in Go</p>
2013-07-04 11:32:55 -04:00
</div>
{{ template "chrome/menu.html" . }}
</div>
<div class="span9">