mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
Add path, kind and lang to content front matter
Note that none of these can be set via cascade (you will get an error) Fixes #11544
This commit is contained in:
@@ -129,7 +129,7 @@ func pageRenderer(
|
||||
continue
|
||||
}
|
||||
|
||||
if p.m.buildConfig.PublishResources {
|
||||
if p.m.pageConfig.Build.PublishResources {
|
||||
if err := p.renderResources(); err != nil {
|
||||
s.SendError(p.errorf(err, "failed to render page resources"))
|
||||
continue
|
||||
|
Reference in New Issue
Block a user