diff --git a/layouts/shortcodes/build-info.html b/layouts/shortcodes/build-info.html index 4049e5b..08b2a29 100644 --- a/layouts/shortcodes/build-info.html +++ b/layouts/shortcodes/build-info.html @@ -1,12 +1,12 @@ {{- $now := now -}} -{{- $buildCtx := "on my workstation" -}} +{{- $buildCtx := `on my workstation` -}} {{- with getenv "JOB_URL" -}} - {{- $buildCtx = printf `on builds.sr.ht` . | safeHTML -}} + {{- $buildCtx = printf `on builds.sr.ht. See build log` -}} {{- end -}}

This site was last built on by Hugo {{ .Site.Hugo.Version }} - {{ $buildCtx }}. + {{ $buildCtx | safeHTML}}.