From b2319886c9381d20d1f3f0aca322fc3ac27bbdcd Mon Sep 17 00:00:00 2001 From: Wen Junhua Date: Sat, 23 Dec 2023 07:44:45 +0900 Subject: [PATCH] fix: revert config to match upstream --- exampleSite/config/_default/languages.en.toml | 1 - exampleSite/config/_default/params.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/exampleSite/config/_default/languages.en.toml b/exampleSite/config/_default/languages.en.toml index 0c15ca94..b7bf147c 100644 --- a/exampleSite/config/_default/languages.en.toml +++ b/exampleSite/config/_default/languages.en.toml @@ -22,5 +22,4 @@ copyright = "© 2023 Congo contributors" { facebook = "https://facebook.com/" }, { linkedin = "https://linkedin.com/" }, { youtube = "https://youtube.com/" }, - { mendeley = "https://www.mendeley.com/" }, ] \ No newline at end of file diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 47975e74..ad33b74a 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -52,7 +52,7 @@ fingerprintAlgorithm = "sha256" showTaxonomies = false showWordCount = false showComments = false - sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line", "weibo"] + # sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line", "weibo"] [list] showBreadcrumbs = true