mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
resources: Add data context to the key in ExecuteAsTemplate
Fixes #7046
This commit is contained in:
@@ -48,7 +48,7 @@ type executeAsTemplateTransform struct {
|
||||
}
|
||||
|
||||
func (t *executeAsTemplateTransform) Key() internal.ResourceTransformationKey {
|
||||
return internal.NewResourceTransformationKey("execute-as-template", t.targetPath)
|
||||
return internal.NewResourceTransformationKey("execute-as-template", t.targetPath, t.data)
|
||||
}
|
||||
|
||||
func (t *executeAsTemplateTransform) Transform(ctx *resources.ResourceTransformationCtx) error {
|
||||
|
Reference in New Issue
Block a user