1
0
Fork 0
forked from github/pelican

Rename setting SUMMARY_END_MARKER → SUMMARY_END_SUFFIX (#2792)

Avoids clash with 'summary' plugin.

Refs: https://github.com/getpelican/pelican-plugins/pull/1284#issuecomment-660715086
This commit is contained in:
kernc 2020-08-19 20:25:19 +02:00 committed by Justin Mayer
commit 21c9ce1b73
4 changed files with 7 additions and 7 deletions

View file

@ -303,10 +303,10 @@ Basic settings
does not otherwise specify a summary. Setting to ``None`` will cause the
summary to be a copy of the original content.
.. data:: SUMMARY_END_MARKER = '…'
.. data:: SUMMARY_END_SUFFIX = '…'
When creating a short summary of an article and the result was truncated to
match the required word length, this will be used as the truncation marker.
match the required word length, this will be used as the truncation suffix.
.. data:: WITH_FUTURE_DATES = True