mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
improve example of custom filter settings again
This commit is contained in:
parent
22f942e531
commit
67e5caf8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ Basic settings
|
|||
|
||||
Example::
|
||||
import sys
|
||||
sys.path.append('.')
|
||||
sys.path.append('to/your/path')
|
||||
|
||||
from custom_filter import urlencode_filter
|
||||
JINJA_FILTERS = {'urlencode': urlencode_filter}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue