mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update links to Jinja docs. Fixes #2883
This commit is contained in:
parent
c041bf2192
commit
5e654d7291
3 changed files with 8 additions and 5 deletions
3
RELEASE.md
Normal file
3
RELEASE.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Release type: patch
|
||||
|
||||
Update links to Jinja docs
|
||||
|
|
@ -759,9 +759,9 @@ Time and Date
|
|||
|
||||
.. [#] Default is the system locale.
|
||||
|
||||
.. _Jinja custom filters documentation: https://jinja.palletsprojects.com/en/master/api/#custom-filters
|
||||
.. _Jinja global namespace documentation: https://jinja.palletsprojects.com/en/master/api/#the-global-namespace
|
||||
.. _Jinja custom tests documentation: https://jinja.palletsprojects.com/en/master/api/#custom-tests
|
||||
.. _Jinja custom filters documentation: https://jinja.palletsprojects.com/en/latest/api/#custom-filters
|
||||
.. _Jinja global namespace documentation: https://jinja.palletsprojects.com/en/latest/api/#the-global-namespace
|
||||
.. _Jinja custom tests documentation: https://jinja.palletsprojects.com/en/latest/api/#custom-tests
|
||||
|
||||
.. _locales on Windows: https://www.microsoft.com/en-us/download/details.aspx?id=55979
|
||||
|
||||
|
|
@ -1403,5 +1403,5 @@ Example settings
|
|||
:language: python
|
||||
|
||||
|
||||
.. _Jinja Environment documentation: https://jinja.palletsprojects.com/en/master/api/#jinja2.Environment
|
||||
.. _Jinja Environment documentation: https://jinja.palletsprojects.com/en/latest/api/#jinja2.Environment
|
||||
.. _Docutils Configuration: http://docutils.sourceforge.net/docs/user/config.html
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ that allow them to be easily sorted by name::
|
|||
If you want to sort based on different criteria, `Jinja's sort command`__ has a
|
||||
number of options.
|
||||
|
||||
__ https://jinja.palletsprojects.com/en/master/templates/#sort
|
||||
__ https://jinja.palletsprojects.com/en/latest/templates/#sort
|
||||
|
||||
|
||||
Date Formatting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue