Fix RSS with baseURL with sub dir when render hooks is enabled

Fixes #13332
This commit is contained in:
Bjørn Erik Pedersen
2025-02-02 18:49:04 +01:00
parent 3bd73d262d
commit 760c13a7ac
3 changed files with 69 additions and 2 deletions

View File

@@ -13,7 +13,9 @@
package urlreplacers
import "github.com/gohugoio/hugo/transform"
import (
"github.com/gohugoio/hugo/transform"
)
var ar = newAbsURLReplacer()