fix pagination width and add sharing links
This commit is contained in:
parent
1c68bc663f
commit
28ce566916
1 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@ rssFullContent = true
|
||||||
showTaxonomies = true
|
showTaxonomies = true
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
showComments = false
|
showComments = false
|
||||||
|
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||||
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
|
@ -65,7 +66,7 @@ rssFullContent = true
|
||||||
showTableOfContents = false
|
showTableOfContents = false
|
||||||
showTaxonomies = true
|
showTaxonomies = true
|
||||||
groupByYear = true
|
groupByYear = true
|
||||||
paginationWidth = 1
|
paginationWidth = 5
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
excludedKinds = ["taxonomy", "term"]
|
excludedKinds = ["taxonomy", "term"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue