Skip to content

Hugo warning about deprecated front matter key _build #16760

@craigbox

Description

@craigbox
WARN  deprecated: The "_build" front matter key was deprecated in Hugo 0.145.0 and will be removed in a future release. Use "build" instead. See https://gohugo.io/content-management/build-options.

There are a few pages with this front matter

---
cascade:
  _build:
    render: always
    list: always
_build:
  render: never
  list: never
---

Removing the _ is probably the only fix required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIndicates a good first issue for new contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions