From 28ce5669165a5e37b4aa33ea70e5a736b97b2e4b Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 12 Nov 2023 01:13:40 +0100 Subject: [PATCH] fix pagination width and add sharing links --- config/_default/params.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 9c0055b..be0673c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -57,6 +57,7 @@ rssFullContent = true showTaxonomies = true showWordCount = true showComments = false + sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"] # sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"] [list] @@ -65,7 +66,7 @@ rssFullContent = true showTableOfContents = false showTaxonomies = true groupByYear = true - paginationWidth = 1 + paginationWidth = 5 [sitemap] excludedKinds = ["taxonomy", "term"]