{{ $header_img := .Scratch.Get "header_img" }} {{ if .IsPage }} {{ if $header_img }}
{{ else }}
{{ end }}
{{ range (.GetTerms "tags") }} {{ .LinkTitle }} {{ end }}

{{ .Title }}

{{ $.Params.subtitle }}

Posted by {{ with $.Params.author }} {{ $.Params.author }} {{ else }} {{ .Site.Params.author }} {{ end }} on {{ .Date.Format "Mon, Jan 2, 2006" }}
{{ else }} {{ with $header_img }}
{{ else}}
{{ end }}
{{ if eq (.Param "short") true }}
{{ else }}
{{ end }}

{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}

{{ $description := .Description }} {{ if .IsHome }} {{ $description = .Site.Params.description }} {{ end }} {{ $description }}
{{ end }}