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
This commit is contained in:
bEn 2024-11-19 22:12:18 +00:00
commit 76dac075b5
2 changed files with 1 additions and 2 deletions

View File

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

View File

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