pi-www-theme-soho/layouts/_default/single.html

12 lines
239 B
HTML
Raw Normal View History

2017-09-07 22:41:16 +03:00
{{ define "main" -}}
<div class="post">
<h1>{{ .Title }}</h1>
<span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
{{ .Content }}
</div>
2014-04-27 01:25:13 +03:00
2017-09-07 22:41:16 +03:00
{{ if .Site.Params.disqusShortname -}}
<h2>Comments</h2>
2017-09-07 22:44:44 +03:00
2017-09-07 22:41:16 +03:00
{{- end }}
{{- end }}