all: Replace _build with build in tests

_build is deprecated and now shows up as warning.
This commit is contained in:
Bjørn Erik Pedersen
2025-06-02 12:44:06 +02:00
parent 32af02cd3e
commit 32eb1a8ad4
5 changed files with 13 additions and 14 deletions

View File

@@ -615,7 +615,7 @@ var weightedPage5 = `+++
weight = "5"
title = "Five"
[_build]
[build]
render = "never"
+++
Front Matter with Ordered Pages 5`