From 1d7cf65d98ec9cc496ed7eb6d2286490527ca98d Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 8 Jul 2024 11:01:51 -0700 Subject: [PATCH] Match readme example --- exampleSite/content/layouts/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/layouts/search.md b/exampleSite/content/layouts/search.md index 8e801742..b4659a35 100644 --- a/exampleSite/content/layouts/search.md +++ b/exampleSite/content/layouts/search.md @@ -18,7 +18,7 @@ Example `config.yaml`: ```yaml outputs: - home: ["html", "json", "rss"] + home: ["atom", "html", "paige-search", "rss"] ``` Example `content/layouts/search.md`: