Joe Mooring
Joe Mooring
This was implemented in v0.93.0 with https://github.com/gohugoio/hugo/pull/9403 which preserves any number of hyphens. Path|RelPermalink :--|:-- `content/foo-bar.md`|`/foo-bar/` `content/foo--bar.md`|`/foo--bar/` `content/foo---bar.md`|`/foo---bar/` `content/foo----bar.md`|`/foo----bar/` Tested with hugo v0.93.0-07469082+extended
This is resolved by using pageRef (introduced in v0.86.0) instead of url when defining menu entries in site configuration. This is now a documentation issue, to be addressed shortly with...
This was fixed in v0.123.0.
It's not terribly pretty, but you can get a renamed page resource within render hook with something like: ```text {{ $r := or (.Page.Resources.Get .Destination) (index (where .Page.Resources "Key" "like"...
This will be addressed with https://github.com/gohugoio/hugo/pull/11940
Fixed with https://github.com/gohugoio/hugo/pull/11940.
Verified that this is fixed by https://github.com/gohugoio/hugo/pull/11894.
Fixed with https://github.com/gohugoio/hugo/pull/11894
No longer relevant.
Closing. If you feel this is still a problem, please open a new issue with a minimal reproducible example (i.e., a repository we can clone and test with).