From 40fea59c8b5474ccc60750bed159032b2a55ca28 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <patrick@davids-neighbour.com> Date: Sun, 09 Feb 2025 09:52:52 +0000 Subject: [PATCH] theme(fix): rework of the way the main sections for index.html are calculated --- exampleSite/config.toml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8be3166..fd28510 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,6 +7,7 @@ sectionPagesMenu = "main" enableRobotsTXT = true + [services.googleAnalytics] id = '' @@ -32,6 +33,7 @@ filename = "sitemap.xml" [params] +mainSections = ["post"] text_color = "" author = "Victor Hugo" # default author, override via `author` in a posts front matter favicon = "" -- Gitblit v1.10.0