diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 53d133e..d0669a6 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -32,9 +32,9 @@ {{ end }} -
~{{ .FuzzyWordCount | lang.NumFmt 0 }} words
-Published: {{ .PublishDate.Format "January 2" }}{{ if in (slice 1 21 31) .PublishDate.Day}}st{{ else if in (slice 2 22) .PublishDate.Day}}nd{{ else if in (slice 3 23) .PublishDate.Day}}rd{{ else }}th{{ end }}, 1{{ .PublishDate.Format "2006" | lang.NumFmt 0 }} HE
-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
+~{{ .FuzzyWordCount | lang.FormatNumberCustom 0 }} words
+Published: {{ .PublishDate.Format "January 2" }}{{ if in (slice 1 21 31) .PublishDate.Day}}st{{ else if in (slice 2 22) .PublishDate.Day}}nd{{ else if in (slice 3 23) .PublishDate.Day}}rd{{ else }}th{{ end }}, 1{{ .PublishDate.Format "2006" | lang.FormatNumberCustom 0 }} HE
+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.FormatNumberCustom 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 ) ) }}