]> njoseph.me Git - hyde.git/blob - layouts/_default/list.html
f93e73bfeda64ef1ce4a3986c377f878370b1232
[hyde.git] / layouts / _default / list.html
1 {{ template "theme/partials/head.html" . }}
2 <body>
3
4 {{ template "theme/partials/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>