shithub: hugo

ref: dde965a5cd5dfca9cf41d43578fe04a64cbd82d0
dir: /docs/layouts/chrome/header.html/

View raw version
<!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="container">
      <div class="row">
        <div class="col-md-3 well">
          <div>
            <h1><a href="/">Hugo</a></h1>
            <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>
          </div>
        {{ template "chrome/menu.html" . }}
        </div>
        <div class="col-md-9">