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 @@
{{ range $index_val, $elem_val := $filtered }} -
+

{{ .Title | safeHTML }}

@@ -37,7 +37,7 @@ {{ .Content }}
-
+
{{ end }}