mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix incorrect update note in changelog
This commit is contained in:
parent
b6d423d2b8
commit
cc9598299d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ settings are encountered, Pelican will emit a warning and fall back to the
|
|||
default setting. Some user-submitted themes might try to format setting values
|
||||
but fail upon site build with a ``TypeError``. In such cases, the theme needs
|
||||
to be updated. For example, instead of ``TAG_FEED_ATOM|format(tag.slug)``, use
|
||||
``TAG_FEED_ATOM|format(slug=tag.slug)``
|
||||
``TAG_FEED_ATOM.format(slug=tag.slug)``
|
||||
|
||||
4.0.0 (2018-11-13)
|
||||
==================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue