From 7a6686f4679adabdd690668a4ba7cedaf494e243 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sat, 29 Aug 2020 12:46:44 +0200 Subject: [PATCH] Fix SUMMARY_END_SUFFIX variable name in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 019eb55e..8287f8d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,7 +7,7 @@ Release history * Add namespace plugin support; list plugins via ``pelican-plugins`` command * Override settings via ``-e`` / ``--extra-settings`` CLI option flags * Add settings for custom Jinja globals and tests -* Customize article summary ellipsis via ``SUMMARY_END_MARKER`` setting +* Customize article summary ellipsis via ``SUMMARY_END_SUFFIX`` setting * Customize Typogrify dash handling via new ``TYPOGRIFY_DASHES`` setting * Support Unicode when generating slugs * Support Asciidoc ``.adoc`` file generation in Pelican importer