summaryrefslogtreecommitdiffstats
path: root/docs/layouts
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-28 10:37:27 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-28 10:37:27 +0100
commit41b5bc9637e064f6182dd37fe3077c1582614f5b (patch)
treefd50760a404dbb14eb59c696e960616479ae48e3 /docs/layouts
parent5a1b394f2acd18cc4a6652b9e937bad844919a64 (diff)
parentc1398b91a9f4c67876b31feb67516b252e654d3c (diff)
Diffstat (limited to 'docs/layouts')
-rw-r--r--docs/layouts/shortcodes/gomodules-info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layouts/shortcodes/gomodules-info.html b/docs/layouts/shortcodes/gomodules-info.html
index ac51607c5..b56758ac3 100644
--- a/docs/layouts/shortcodes/gomodules-info.html
+++ b/docs/layouts/shortcodes/gomodules-info.html
@@ -1,5 +1,5 @@
{{ $text := `
-Most of the commands for **Hugo Modules** requires a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads/ ). If you have an "older" site running on Netlify, you may have to set GO_VERSION to 1.12 in your Environment settings.
+Most of the commands for **Hugo Modules** require a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads/ ). If you have an "older" site running on Netlify, you may have to set GO_VERSION to 1.12 in your Environment settings.
For more information about Go Modules, see: