{{ $job_url := os.Getenv "CI_JOB_URL" }} {{ $job_id := os.Getenv "CI_JOB_ID" }}
This article was written by {{ .Params.Author }}. If you are missing something or you find an error please let us know.
Generated with Hugo {{ hugo.Version }}
{{ if $job_url }}
in CI job {{ $job_id }}
{{ end }}
|
{{ if .IsPage }}
Last revision: {{ .Lastmod.Format "January 2, 2006" }}
{{ with .GitInfo }}
Commit: {{ .Subject }} {{ .AbbreviatedHash }}
| Edit this page on
{{ end }}
{{ end }}