www/gohugo: Update to 0.151.2
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.151.1
Bug fixes
- tpl: Fix strings/truncate CJK handling
- parser/pagerparser: Fix closing shortcode error handling when repeated
Improvements
- Upgrade Go to 1.25.3
- create/skeletons: Wrap section and home lists with section tags
- markup/goldmark: Align blockquote default output with Goldmark
- parser/pageparser: Store shortcode names as unique.Handle[string] to save memory allocations
- testscripts: Make test assertion less specific
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.151.2
- parser/pageparser: Add a testcase for nested shortcodes of the same name
- parser/pageparser: Fix shortcode nesting regression
Approved by: doceng@ (blanket)