diff options
| author | Tristan Miller <psychonaut@nothingisreal.com> | 2021-07-07 08:48:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 08:48:10 +0200 |
| commit | 82098a634f24c0a73192e1c82fe8f3c54f36f472 (patch) | |
| tree | dcdd02fd731c90e5b15c68098730057c1ec81966 | |
| parent | ee8fb6998cd4b1312814dce4b7c2cbac175838a8 (diff) | |
| download | pelican-82098a634f24c0a73192e1c82fe8f3c54f36f472.tar.gz | |
Fix formatting of Jinja example code. Fixes #2884 (#2886)
| -rw-r--r-- | docs/settings.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/settings.rst b/docs/settings.rst index e685d55d..47852527 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -104,6 +104,7 @@ Basic settings should map the filtername to the filter function. Example:: + import sys sys.path.append('to/your/path') |
