From 128932009fae5852d1f4ec0fd82c6a9262ce46c2 Mon Sep 17 00:00:00 2001 From: cheddar Date: Thu, 1 May 2025 12:24:09 -0400 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04485e0..e69ea5a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ npm install npx @11ty\eleventy ``` -Content goes in the `content` folder. Anything with a `site_nav` property will be added to the site navigation. Blog posts go into the `content\blog` folder. +Content goes in the `content` folder. Anything with a `nav_order` property will be added to the site navigation. Blog posts go into the `content\blog` folder. You can indicate that a post is part of a series by giving it a `series` property with a name and the number of this post in the series: