mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix typos
This commit is contained in:
parent
7fb51e94bb
commit
e235cadda4
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@ Setting name (default value) What doe
|
||||||
For example: ``(('extra/robots.txt', 'robots.txt'),)``.
|
For example: ``(('extra/robots.txt', 'robots.txt'),)``.
|
||||||
`JINJA_EXTENSIONS` (``[]``) A list of any Jinja2 extensions you want to use.
|
`JINJA_EXTENSIONS` (``[]``) A list of any Jinja2 extensions you want to use.
|
||||||
`JINJA_FILTERS` (``{}``) A list of custom Jinja2 filters you want to use.
|
`JINJA_FILTERS` (``{}``) A list of custom Jinja2 filters you want to use.
|
||||||
The dictionnary should map the filtername to the filter function.
|
The dictionary should map the filtername to the filter function.
|
||||||
For exemple: ``{'urlencode': urlencode_filter}``
|
For example: ``{'urlencode': urlencode_filter}``
|
||||||
See `Jinja custom filters documentation`_.
|
See `Jinja custom filters documentation`_.
|
||||||
`LOCALE` (''[#]_) Change the locale. A list of locales can be provided
|
`LOCALE` (''[#]_) Change the locale. A list of locales can be provided
|
||||||
here or a single string representing one locale.
|
here or a single string representing one locale.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue