From 104cb845702a62427f65e230a659cb612a7320ef Mon Sep 17 00:00:00 2001 From: Ian Cook <6866411+nai888@users.noreply.github.com> Date: Tue, 21 Mar 2023 10:12:20 -0500 Subject: [PATCH] Change "invert" Param to "invertSectionColors" --- exampleSite/config.toml | 2 +- layouts/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c7ac694..089c65d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -46,7 +46,7 @@ title = "Jane Doe - Nutrition Coach & Chef Consultant" hidedesignbyline = false # The sections of the home page alternate styling. Mark invert as true to swap the styling of the sections - invert = false + invertSectionColors = false [params.meta] keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such" diff --git a/layouts/index.html b/layouts/index.html index 673a156..a781026 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -28,7 +28,7 @@