{{ define "title" }} “{{ .Title | plainify }}” | {{ .Site.Title }} {{ end }} {{ define "main-class" }}--single{{ end }} {{ define "footer-scripts" }} {{ with .Params.locations }} {{ end }} {{ with .Params.scripts }} {{ if in . "mathjax" }} {{ end }} {{ end }} {{ end }} {{ define "main-header" }}
{{ if .Params.series }}

Part of series: {{ range ( .GetTerms "series" ) }} {{ .LinkTitle }} {{ end }}

{{ end }}

{{ .Title | safeHTML }}

{{ with .Params.subtitle }}

{{ . | safeHTML }}

{{ end }}
{{ with .Resources.GetMatch .Params.featured_image }}

{{ if .Params.attrlink }}{{ end }} {{- .Params.Attr | safeHTML -}} {{ if .Params.attrlink }}{{ end }} {{ if .Params.attrlicence }} ({{ .Params.attrlicence }}){{ end }}

{{ end }}

~{{ .FuzzyWordCount | lang.NumFmt 0 }} words

Published:

Last modified: {{ .Lastmod.Format "January 2" }}{{ if in (slice 1 21 31) .Lastmod.Day}}st{{ else if in (slice 2 22) .Lastmod.Day}}nd{{ else if in (slice 3 23) .Lastmod.Day}}rd{{ else }}th{{ end }}, 1{{ .Lastmod.Format "2006" | lang.NumFmt 0 }} HE

{{ $post_age_in_years := math.Round ( div ( div ( now.Sub .PublishDate ).Hours 24 ) 365 ) }} {{ if ( or .Params.site .Params.controversial ( gt $post_age_in_years 2 ) ) }} {{ end }} {{ if .Params.notes }} {{ end }} {{ if and ( .TableOfContents ) ( ne .TableOfContents "" ) }} {{ end }}
{{ end }} {{ define "main-body" }}
{{ .Content }}
{{ end }} {{ define "main-footer" }} {{ partial "post-meta.html" . }} {{ end }}