From 4c9b8d07ca73529b091fa0ebcf44a4f39c0deb52 Mon Sep 17 00:00:00 2001 From: Vivek R Date: Tue, 10 Sep 2019 00:33:35 +0530 Subject: [PATCH] fix: remove `params.mainSections` from exampleSite config --- exampleSite/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d77f39e..a930a6e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,7 +12,6 @@ googleAnalytics = "UA-123-45" disqusShortname = "localhost" [params] - mainSections = ["posts"] subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)" disableDisqusTypes = ["page"] featherIconsCDN = true