]> njoseph.me Git - hyde.git/blame - layouts/_default/single.html
Adding the hyde theme
[hyde.git] / layouts / _default / single.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<div class="post">
8 <h1>{{ .Title }}</h1>
9 <span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
10 {{ .Content }}
11</div>
12</div>
13
14 </body>
15</html>