From f57932df121a4372b232bb493eab1d7b3c2a254e Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 15 Feb 2024 08:50:52 -0800 Subject: [PATCH] Fix front matter example --- content/en/content-management/build-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/build-options.md b/content/en/content-management/build-options.md index bc9d7ff49..4ba0401af 100644 --- a/content/en/content-management/build-options.md +++ b/content/en/content-management/build-options.md @@ -245,7 +245,7 @@ content/ Set the build options in front matter: -{{< code-toggle file=content/books/_index.md >}} +{{< code-toggle file=content/books/_index.md fm=true >}} title = 'Books' [_build] render = 'never'