mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Fix RSS with baseURL with sub dir when render hooks is enabled
Fixes #13332
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
|
||||
package urlreplacers
|
||||
|
||||
import "github.com/gohugoio/hugo/transform"
|
||||
import (
|
||||
"github.com/gohugoio/hugo/transform"
|
||||
)
|
||||
|
||||
var ar = newAbsURLReplacer()
|
||||
|
||||
|
Reference in New Issue
Block a user