{{ partial "header.html" . }}
{{ partial "head.html" . }}
{{ if ne .Date.Year 1 }}
{{ dateFormat "02" .Date }} {{ if $.Site.Data.month }}{{ index $.Site.Data.month (printf "%d" .Date.Month) }} {{ .Date.Year }}{{ else }}{{ dateFormat "Jan 2006" .Date }}{{ end }}
{{ end }}

{{ .Title }}

{{ .Content }}
{{ if ne .Type "page" }} {{ if gt .Params.tags 0 }}
    {{ range .Params.tags }}
  • {{ . }}
  • {{ end }}
{{ end }} {{ end }}
{{- if .Site.DisqusShortname -}} {{- $.Scratch.Set "isDisqus" true -}} {{- if and (isset .Params "type") (in .Site.Params.disableDisqusTypes .Params.type) -}} {{- $.Scratch.Set "isDisqus" false -}} {{- end -}} {{- if and (isset .Params "disqus") (eq .Params.disqus false) -}} {{- $.Scratch.Set "isDisqus" false -}} {{- else if and (isset .Params "disqus") (eq .Params.disqus true) -}} {{- $.Scratch.Set "isDisqus" true -}} {{- end -}} {{- if eq ($.Scratch.Get "isDisqus") true -}} {{- partial "disqus.html" . -}} {{- end -}} {{- end -}}
{{ partial "footer.html" . }}