]> njoseph.me Git - hyde.git/blob - layouts/_default/single.html
Remove custom Disqus template
[hyde.git] / layouts / _default / single.html
1 {{ define "main" -}}
2 <div class="post">
3 <h1>{{ .Title }}</h1>
4 <span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
5 {{ .Content }}
6 </div>
7
8 {{ if .Site.Params.disqusShortname -}}
9 <h2>Comments</h2>
10
11 {{- end }}
12 {{- end }}