summaryrefslogtreecommitdiffstats
path: root/docs/layouts/chrome/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layouts/chrome/header.html')
-rw-r--r--docs/layouts/chrome/header.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/layouts/chrome/header.html b/docs/layouts/chrome/header.html
new file mode 100644
index 000000000..2c786004f
--- /dev/null
+++ b/docs/layouts/chrome/header.html
@@ -0,0 +1,20 @@
+<!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>
+ <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>
+ <div class="span9">