Files
hugo/docs/layouts/_shortcodes/current-go-version.html
2026-06-18 16:28:21 +02:00

6 lines
218 B
HTML

{{/*
Prints the first patch release of the Go minor version used to compile the Hugo
executable that built this site (e.g., 1.26.3 → 1.26.0).
*/}}
{{- hugo.GoVersion | strings.ReplaceRE `go(\d+\.\d+)\..*` `$1.0` -}}