]> njoseph.me Git - hyde.git/blob - layouts/chrome/sidebar.html
Adding the hyde theme
[hyde.git] / layouts / chrome / sidebar.html
1 <header class="masthead">
2 <div class="masthead-inner">
3 <h1>{{ .Site.Title }}</h1>
4 <p class="lead">
5 {{ with .Site.Params.Description }} {{.}} {{ else }}An elegant open source and mobile first theme for <a href="http://hugo.spf13.com">hugo</a> made by <a href="http://twitter.com/mdo">@mdo</a>. Originally made for Jekyll.{{end}}
6 </p>
7
8 <div class="colophon">
9 <ul class="colophon-links">
10 <li><a href="/">Home</a> </li>
11 {{ range .Site.Menus.main }}
12 <li><a href="{{.Url}}"> {{ .Name }} </a></li>
13 {{end}}
14 </ul>
15
16 <p>{{ with .Site.Params.Copyright }}{{.}}{{ else }}&copy; {{.Now.Format "2006"}}. All rights reserved. {{end}}</p>
17 </div>
18 </div>
19 </header>