Fix deprecation warning
hugo.toml: change hugo min version
This commit is contained in:
committed by
Will Faught
parent
a8f51bf202
commit
756d423435
@@ -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") }}
|
||||
|
Reference in New Issue
Block a user