Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
hugo.toml: change hugo min version
  • Loading branch information
deining authored and willfaught committed Jun 22, 2024
1 parent a8f51bf commit 756d423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi

## 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:

Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
suffixes = ["xml"]

[module.hugoversion]
min = "0.111.3"
min = "0.123.0"
extended = true

# Default mounts
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/list.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{ $rights := site.Copyright | markdownify }}
{{ $subpages := slice }}
{{ $subtitle := $page.Description | markdownify }}
{{ $updated := site.LastChange.Format $format }}
{{ $updated := site.Lastmod.Format $format }}

{{ range $page.RegularPagesRecursive.ByPublishDate.Reverse }}
{{ if not (.Param "paige.feed.hide_page") }}
Expand Down

0 comments on commit 756d423

Please sign in to comment.