mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix-up
This commit is contained in:
parent
a62ba96722
commit
03265efb46
4 changed files with 10 additions and 10 deletions
|
|
@ -162,10 +162,10 @@ author you can use ``author`` field.
|
|||
|
||||
If you do not explicitly specify summary metadata for a given post, the
|
||||
``SUMMARY_MAX_LENGTH`` setting can be used to specify how many words from the
|
||||
beginning of an article are used as the summary. You can also use the first N
|
||||
paragraphs from the post as a summary using the ``SUMMARY_MAX_PARAGRAPHS``
|
||||
setting. If both options are in use, the specified number of paragraphs will
|
||||
be used but may be truncated to respect the specified max length.
|
||||
beginning of an article are used as the summary. You can also use an article's
|
||||
first N paragraphs as its summary using the ``SUMMARY_MAX_PARAGRAPHS`` setting.
|
||||
If both settings are in use, the specified number of paragraphs will
|
||||
be used but may be truncated to respect the specified maximum length.
|
||||
|
||||
You can also extract any metadata from the filename through a regular
|
||||
expression to be set in the ``FILENAME_METADATA`` setting. All named groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue