mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix SUMMARY_MAX_LENGTH, document it, and test it
This commit is contained in:
parent
c6d1de14f3
commit
c6f1d0aada
3 changed files with 37 additions and 9 deletions
|
|
@ -68,7 +68,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'ARTICLE_PERMALINK_STRUCTURE': '',
|
||||
'TYPOGRIFY': False,
|
||||
'LESS_GENERATOR': False,
|
||||
'SUMARY_MAX_LENGTH': 50,
|
||||
'SUMMARY_MAX_LENGTH': 50,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue