mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 19:50:52 -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:
|
To build and install a specific release:
|
||||||
|
|
||||||
```sh
|
```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:
|
To build and install at the latest commit on the master branch:
|
||||||
|
@ -11,5 +11,5 @@ params:
|
|||||||
---
|
---
|
||||||
|
|
||||||
```go-html-template
|
```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
|
```go-html-template
|
||||||
{{ hugo.Version }} → 0.144.2
|
{{ hugo.Version }} → 0.147.1
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user