mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add AUTHOR_SUBSTITUTIONS
This commit is contained in:
parent
648165b839
commit
fcd4f9aa0d
5 changed files with 44 additions and 1 deletions
|
|
@ -310,6 +310,8 @@ Setting name (followed by default value, if any) What does it do?
|
|||
applied in order. ``skip`` is a boolean indicating whether
|
||||
or not to skip replacement of non-alphanumeric characters.
|
||||
Useful for backward compatibility with existing URLs.
|
||||
``AUTHOR_SUBSTITUTIONS = ()`` Substitutions for authors. ``SLUG_SUBSTITUTIONS`` is not
|
||||
taken into account here!
|
||||
``CATEGORY_SUBSTITUTIONS = ()`` Added to ``SLUG_SUBSTITUTIONS`` for categories.
|
||||
``TAG_SUBSTITUTIONS = ()`` Added to ``SLUG_SUBSTITUTIONS`` for tags.
|
||||
====================================================== ==============================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue