From 2bda491eb1788d03671e36a15e385a8970f5a3fb Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 11 Dec 2023 08:09:42 -0800 Subject: [PATCH] Fix front matter example --- content/en/methods/shortcode/Page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/shortcode/Page.md b/content/en/methods/shortcode/Page.md index c9262ab48..8bb58fa18 100644 --- a/content/en/methods/shortcode/Page.md +++ b/content/en/methods/shortcode/Page.md @@ -14,7 +14,7 @@ With this content: {{< code-toggle file=content/books/les-miserables.md fm=true >}} title = 'Les Misérables' author = 'Victor Hugo' -published = 1862 +publication_year = 1862 isbn = '978-0451419439' {{< /code-toggle >}}