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
|
||||
showWordCount = true
|
||||
showComments = false
|
||||
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||
|
||||
[list]
|
||||
|
@ -65,7 +66,7 @@ rssFullContent = true
|
|||
showTableOfContents = false
|
||||
showTaxonomies = true
|
||||
groupByYear = true
|
||||
paginationWidth = 1
|
||||
paginationWidth = 5
|
||||
|
||||
[sitemap]
|
||||
excludedKinds = ["taxonomy", "term"]
|
||||
|
|
Loading…
Reference in a new issue