diff options
author | (GalaxyMaster) <galaxy4public@users.noreply.github.com> | 2020-04-11 15:42:18 +1000 |
---|---|---|
committer | (GalaxyMaster) <galaxy4public@users.noreply.github.com> | 2020-04-11 15:42:18 +1000 |
commit | 4833a272436775aa44ac197e93ef4b4de3129372 (patch) | |
tree | 8626c88170bddd25d9ca4de2a1cc14473011b2b8 | |
parent | e412657581c060a117f178d1224a4bce53bbae26 (diff) | |
download | pelican-4833a272436775aa44ac197e93ef4b4de3129372.tar.gz |
Provided the settings documentation snippet
-rw-r--r-- | docs/settings.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/settings.rst b/docs/settings.rst index b4ec4761..8ad149b2 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -271,6 +271,11 @@ 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 = '…' + + 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. + .. data:: WITH_FUTURE_DATES = True If disabled, content with dates in the future will get a default status of |