Fix deprecation warning
hugo.toml: change hugo min version
This commit is contained in:
committed by
Will Faught
parent
a8f51bf202
commit
756d423435
@@ -76,7 +76,7 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
1. [Install Hugo](https://gohugo.io/installation/) (the extended version, and at least 0.111.3).
|
1. [Install Hugo](https://gohugo.io/installation/) (the extended version, and at least 0.123.0).
|
||||||
|
|
||||||
For Homebrew on Mac:
|
For Homebrew on Mac:
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
suffixes = ["xml"]
|
suffixes = ["xml"]
|
||||||
|
|
||||||
[module.hugoversion]
|
[module.hugoversion]
|
||||||
min = "0.111.3"
|
min = "0.123.0"
|
||||||
extended = true
|
extended = true
|
||||||
|
|
||||||
# Default mounts
|
# Default mounts
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
{{ $rights := site.Copyright | markdownify }}
|
{{ $rights := site.Copyright | markdownify }}
|
||||||
{{ $subpages := slice }}
|
{{ $subpages := slice }}
|
||||||
{{ $subtitle := $page.Description | markdownify }}
|
{{ $subtitle := $page.Description | markdownify }}
|
||||||
{{ $updated := site.LastChange.Format $format }}
|
{{ $updated := site.Lastmod.Format $format }}
|
||||||
|
|
||||||
{{ range $page.RegularPagesRecursive.ByPublishDate.Reverse }}
|
{{ range $page.RegularPagesRecursive.ByPublishDate.Reverse }}
|
||||||
{{ if not (.Param "paige.feed.hide_page") }}
|
{{ if not (.Param "paige.feed.hide_page") }}
|
||||||
|
Reference in New Issue
Block a user