Based quest initial theme.
[bquest.git] / layouts / _default / single.html
1 {{ partial "header.html" . -}}
2 <p><a href="{{.Site.BaseURL}}">&lt;-- Back</a></p>
3 <div id="post">
4 <h1>{{.Site.Title }} &ndash; {{ .Title }}</h1>
5 <p class="cern-blue">Posted on {{ .Date.Format "02/01/2006 15:04:05" }}</p>
6 {{ .Content }}
7 </div>
8 {{ partial "footer.html" . }}