mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
4a641d1594
Replace parser.ParseDir (deprecated since Go 1.25) with manual file iteration using parser.ParseFile, and replace doc.New with doc.NewFromFiles. Fixes #14513 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>