mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Fix summary length
This commit is contained in:
parent
2ce624d5a2
commit
9adaf75d9b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ defaultContentLanguage = "en"
|
|||
|
||||
enableRobotsTXT = true
|
||||
paginate = 10
|
||||
summaryLength = 30
|
||||
summaryLength = 0
|
||||
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
|
|
Loading…
Reference in a new issue