Compare commits

..

4 Commits

Author SHA1 Message Date
bEn 27d6f244cd Merge pull request 'Bump Jekyll and all its deps including Ruby' (#14) from 12.deps-update into main
Jekyll / jekyll (push) Successful in 23s Details
Reviewed-on: #14
2024-11-19 22:16:36 +00:00
bEn 76dac075b5 Merge pull request 'Disable share links from post pages' (#15) from 12.disable-share-links into main
Jekyll / jekyll (push) Successful in 26s Details
Reviewed-on: #15
2024-11-19 22:12:18 +00:00
bEn bbc156fd56 Fix CSS for the pagination now the sharing is disabled
Jekyll / jekyll (pull_request) Successful in 26s Details
Jekyll cleanup / jekyll_cleanup (pull_request) Successful in 7s Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-11-19 17:59:50 +01:00
bEn 7c5fdbb2a1 Disable share links from post pages
Jekyll / jekyll (pull_request) Successful in 25s Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-11-19 17:52:18 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -114,7 +114,6 @@ defaults:
values: values:
layout: single layout: single
author_profile: false author_profile: false
share: true
category_archive: category_archive:
type: jekyll-archives type: jekyll-archives

View File

@ -155,7 +155,7 @@ body {
border-radius: 4px; border-radius: 4px;
} }
.page__share + .pagination { .page__meta + .pagination {
padding-top: 0; padding-top: 0;
background-color: #fff; background-color: #fff;
} }