mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 15:59:42 -04:00
content: Update version references
This commit is contained in:
parent
722da91f15
commit
63b4fe2c06
@ -153,7 +153,7 @@ CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
|
||||
To build and install a specific release:
|
||||
|
||||
```sh
|
||||
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.144.2
|
||||
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.147.1
|
||||
```
|
||||
|
||||
To build and install at the latest commit on the master branch:
|
||||
|
@ -11,5 +11,5 @@ params:
|
||||
---
|
||||
|
||||
```go-html-template
|
||||
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.144.2">
|
||||
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.147.1">
|
||||
```
|
||||
|
@ -11,5 +11,5 @@ params:
|
||||
---
|
||||
|
||||
```go-html-template
|
||||
{{ hugo.Version }} → 0.144.2
|
||||
{{ hugo.Version }} → 0.147.1
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user