Fix deprecation warning

hugo.toml: change hugo min version
This commit is contained in:
Andreas Deininger
2024-06-10 21:05:01 +02:00
committed by Will Faught
parent a8f51bf202
commit 756d423435
3 changed files with 3 additions and 3 deletions

View File

@@ -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") }}