mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Fix server rebuild issue with partials referenced from render hooks
Fixes #7990
This commit is contained in:
@@ -1738,7 +1738,7 @@ var infoOnMissingLayout = map[string]bool{
|
||||
// where ITEM is the thing being hooked.
|
||||
type hookRenderer struct {
|
||||
templateHandler tpl.TemplateHandler
|
||||
identity.Provider
|
||||
identity.SearchProvider
|
||||
templ tpl.Template
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user