www/gohugo: Update to 0.146.7
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.146.7
Bug fixes
- Revert the breaking change from 0.146.0 with dots in content filenames
- tpl: Fix indeterminate template lookup with templates with and without lang
- tpl/collections: Fix where ... not in with empty slice
- tpl: Fix layout fall back logic when layout is set in front matter but not found
Improvements
- parser/metadecoders: Add CSV targetType (map or slice) option to transform.Unmarshal
- tpl: Detect and fail on infinite template recursion
Dependency Updates
+ build(deps): bump github.com/yuin/goldmark-emoji from 1.0.5 to 1.0.6
+ build(deps): bump github.com/bep/imagemeta from 0.11.0 to 0.12.0
+ build(deps): bump github.com/yuin/goldmark from 1.7.9 to 1.7.10