{{- if or .Params.author .Site.Params.author -}}
{{ .Params.author | default .Site.Params.author }} ยท {{ end }}
{{- .Date.Format "January 2, 2006" -}}
{{ .Content }}
{{ if .Params.tags }}
{{ end }}
{{ if not (eq .Params.comments false) }}
{{ if .Site.DisqusShortname }}
{{ end }}
{{ end }}
{{ partial "footer.html" . }}