diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-02-28 10:37:27 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-02-28 10:37:27 +0100 |
commit | c1398b91a9f4c67876b31feb67516b252e654d3c (patch) | |
tree | 2fea4a1d7316c0b65994346a121c5051e4fc0573 /layouts | |
parent | 230a495941b191af0bdaa7e2fc8c61607cb38207 (diff) | |
download | hugo-c1398b91a9f4c67876b31feb67516b252e654d3c.tar.gz hugo-c1398b91a9f4c67876b31feb67516b252e654d3c.zip |
Squashed 'docs/' changes from 93f7baf80..3f95a2ace
3f95a2ace Update merge function examples (#1662)
e8d518011 requires -> require typo fix (#1666)
e714066cb Update GitLab deployment instructions (#1661)
11946a218 update GitLab CI/CD yaml syntax (#1649)
3568ddc03 Add explicit `contentDir` to module-config-mounts (#1658)
798ac8f68 Add default value to isHTML
d376565ce Create extensions.json
git-subtree-dir: docs
git-subtree-split: 3f95a2ace37b04851905d72e4444020e30996787
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/gomodules-info.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/gomodules-info.html b/layouts/shortcodes/gomodules-info.html index ac51607c5..b56758ac3 100644 --- a/layouts/shortcodes/gomodules-info.html +++ b/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: |