From cd6e9195eda76d7c981f4d6af0b20e4446f8f0e8 Mon Sep 17 00:00:00 2001 From: saadnpq Date: Sun, 19 Apr 2020 15:07:49 +0200 Subject: [PATCH] disable micro blog by default --- config.toml | 2 +- exampleSite/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 5bdd526..820aaf5 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,7 @@ pygmentsUseClasses=true keywords = "hugo blog" useAvatar = true microBlogSection = "posts" - displayMicroBlog = true + displayMicroBlog = false displayRecent = true recentMax = 4 mail = "mail@example.com" diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 736eacd..b8c6ac5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,7 +12,7 @@ pygmentsUseClasses=true keywords = "hugo blog" useAvatar = true microBlogSection = "posts" - displayMicroBlog = true + displayMicroBlog = false displayRecent = true recentMax = 3 mail = "mail@example.com"