From 53e35d0f61716b7745832a109c5e95e99fee5f6c Mon Sep 17 00:00:00 2001 From: Francisco Penedo Date: Wed, 3 Feb 2021 22:47:34 +0100 Subject: [PATCH] Disabled social media sharing --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0c97963..39a26d5 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -158,7 +158,7 @@ section_pager = false docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)? # Enable in-built social sharing buttons? (true/false) -sharing = true +sharing = false # Show a copyright license from creativecommons.org in the site footer? # Page specific copyright licenses are also possible by adding this option to a page's front matter.