]> njoseph.me Git - hyde.git/blob - layouts/_default/single.html
First setup of blog
[hyde.git] / layouts / _default / single.html
1 {{ define "main" -}}
2 <div class="post">
3 <h1>{{ .Title }}</h1>
4 <time datetime={{ .Date.Format "2006-01-02T15:04:05Z0700" }} class="post-date">{{ .Date.Format "Jan 2, 2006" }}</time>
5 {{ .Content }}
6 </div>
7
8 {{ if .Site.DisqusShortname -}}
9 <h2>Comments</h2>
10 {{ template "_internal/disqus.html" . }}
11 {{- end }}
12 {{- end }}