From 52e425021dc8fe00ca1ba88a72152e5d21ad250e Mon Sep 17 00:00:00 2001 From: 3keyroman <46850604+3keyroman@users.noreply.github.com> Date: Wed, 20 May 2026 18:01:28 +0200 Subject: [PATCH] Rename _build front matter to build Hugo 0.145.0 deprecated the _build front-matter key in favor of build. Update the four templates / opt-out pages that use it. --- categories/templates/_index.md | 2 +- extensions/catalog/templates/_index.md | 2 +- release-notes/templates/_index.md | 2 +- tools/self-assessment/_index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/categories/templates/_index.md b/categories/templates/_index.md index 6cde31e..884bb2f 100644 --- a/categories/templates/_index.md +++ b/categories/templates/_index.md @@ -1,7 +1,7 @@ --- date: 2023-03-21T7:00:00Z title: Template -_build: +build: render: never list: never diff --git a/extensions/catalog/templates/_index.md b/extensions/catalog/templates/_index.md index f31de22..e3970ab 100644 --- a/extensions/catalog/templates/_index.md +++ b/extensions/catalog/templates/_index.md @@ -1,7 +1,7 @@ --- date: "2026-05-13T7:00:00Z" title: Extension documentation template -_build: +build: render: never list: never diff --git a/release-notes/templates/_index.md b/release-notes/templates/_index.md index f752930..9616ef2 100644 --- a/release-notes/templates/_index.md +++ b/release-notes/templates/_index.md @@ -1,7 +1,7 @@ --- date: 1970-01-01T00:00:00Z title: Template -_build: +build: render: never list: never --- diff --git a/tools/self-assessment/_index.md b/tools/self-assessment/_index.md index 234dd06..02bac12 100644 --- a/tools/self-assessment/_index.md +++ b/tools/self-assessment/_index.md @@ -3,7 +3,7 @@ title: PKI Maturity Model Self Assessment Tool summary: Self Assessment Tool for the PKI Maturity Model of the PKI Consortium date: 2024-09-14T20:00:00+00:00 fullwidth: true -_build: +build: render: never list: never