{{ if ( and (eq .Language.Lang "en") ( not hugo.IsServer ) ) }}
{{- .Scratch.Add "commit_text" ""}}
{{- .Scratch.Add "commit_text" .GitInfo.AbbreviatedHash}}
{{- .Scratch.Add "commit_text" ""}}
{{- T "Docs.LastUpdated" (dict "Date" ( .Lastmod.Format "02 January 2006" ) "Name" .GitInfo.AuthorName "Commit" ( .Scratch.Get "commit_text" ) ) | safeHTML }}
{{ end }}
{{ T "Docs.Improve" }}