{{- $now := now -}} {{- $buildCtx := "on my workstation" -}} {{- with getenv "JOB_URL" -}} {{- $buildCtx = printf `on builds.sr.ht` . | safeHTML -}} {{- end -}}
This site was last built on {{ $now.UTC.Format "2006-01-02 15:04:05-07:00" | safeHTML }} by Hugo {{ .Site.Hugo.Version }} {{ $buildCtx }}.