fix pagination width and add sharing links

main
Dominic Reich 11 months ago
parent 1c68bc663f
commit 28ce566916
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -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…
Cancel
Save