From 72b38251110468a500f7cebbba95191579a9ed02 Mon Sep 17 00:00:00 2001 From: James Braza Date: Sun, 6 Aug 2023 16:33:19 -0700 Subject: [PATCH] Removed article.showSummary from params.toml and fixed space --- config/_default/params.toml | 3 +-- exampleSite/config/_default/params.toml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0e2f91ab..a3ade182 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -67,11 +67,10 @@ disableImageOptimization = true showReadingTime = true showTableOfContents = false # showRelatedContent = false - # relatedContentLimit = 3 + # relatedContentLimit = 3 showTaxonomies = false showAuthorsBadges = false showWordCount = true - showSummary = true # sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] [list] diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 661b8a2c..3a265844 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -70,7 +70,6 @@ smartTOCHideUnfocusedChildren = true showTaxonomies = true showAuthorsBadges = true showWordCount = false - showSummary = true sharingLinks = [ "linkedin", "twitter", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"] [list]