From 9ed770d0ce5d6ccf5f69bb13759c00bce66ee0ec Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 21 Feb 2023 21:28:40 -0800 Subject: [PATCH] Remove full front matter context --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c943dcf0..279c2812 100644 --- a/README.md +++ b/README.md @@ -427,10 +427,8 @@ outputs: Example `content/search.md`: ```yaml ---- -layout: paige/search -title: Search ---- +layout: "paige/search" +title: "Search" ``` ## Shortcodes