Merge pull request 'Disable share links from post pages' (#15) from 12.disable-share-links into main
Jekyll / jekyll (push) Successful in 26s
Details
Jekyll / jekyll (push) Successful in 26s
Details
Reviewed-on: #15
This commit is contained in:
commit
76dac075b5
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue