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"