{{ .Title }}

{{ with .Params.subtitle }}

{{ . }}

{{ end }}
{{ if isset .Params "description" }} {{ index .Params "description" }} {{ else }} {{ .Summary | plainify | truncate 180 }} {{ end }}

Posted by {{ with $.Params.author }} {{ $.Params.author }} {{ else }} {{ .Site.Params.author }} {{ end }} on {{ .Date.Format "Mon, Jan 2, 2006" }}