]> njoseph.me Git - hyde.git/blame - layouts/_default/list.html
Adding the hyde theme
[hyde.git] / layouts / _default / list.html
CommitLineData
da66ac19 1{{ template "theme/chrome/head.html" . }}
2<body>
3
4{{ template "theme/chrome/sidebar.html" . }}
5
6 <div class="content container">
7 <ul class="posts">
8 {{ range .Data.Pages }}
9 <li><span><a href="{{ .Permalink }}">{{ .Title }}</a><time class="pull-right post-list">{{ .Date.Format "Mon, Jan 2, 2006" }}</h4></time></span></span></li>
10 {{ end }}
11 </ul>
12 </div>
13
14 </body>
15</html>