Disable share links from post pages #15

Merged
btlogy merged 2 commits from 12.disable-share-links into main 2024-11-19 22:12:19 +00:00
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;
}