{{ define "main" -}}

{{ .Title }}

{{ with .Params.tagline }}{{ . }}{{ end }} {{ if ne .Type "page" -}}
· {{ .ReadingTime }} min read
{{- end }}
{{ .Content }}
{{ partial "tags.html" . }} {{ if (and (ne .Params.DisableShare true) (ne .Params.disable_share true)) -}} {{ partial "share.html" . }} {{- end }}
{{ if (and .Site.DisqusShortname (ne .Params.DisableComments true) (ne .Params.disable_comments true)) -}}

Comments

{{ template "_internal/disqus.html" . }} {{- end }} {{- end }}