From 7c5fdbb2a1c21a48c397d76d334fab3fd8e8d4f8 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Tue, 19 Nov 2024 17:52:18 +0100 Subject: [PATCH 1/2] Disable share links from post pages Signed-off-by: Benoit Donneaux --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index 837f919..4427fc2 100644 --- a/_config.yml +++ b/_config.yml @@ -114,7 +114,6 @@ defaults: values: layout: single author_profile: false - share: true category_archive: type: jekyll-archives From bbc156fd56860241c24b2b1580413019035c6012 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Tue, 19 Nov 2024 17:59:50 +0100 Subject: [PATCH 2/2] Fix CSS for the pagination now the sharing is disabled Signed-off-by: Benoit Donneaux --- src/_sass/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index aaa0318..1cc29f4 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -155,7 +155,7 @@ body { border-radius: 4px; } -.page__share + .pagination { +.page__meta + .pagination { padding-top: 0; background-color: #fff; }