Files
2026-07-13 11:58:46 +08: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` -}}