mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2302 from jorgesumle/link-fix
Fix broken links from documentation
This commit is contained in:
commit
0a49609f82
2 changed files with 4 additions and 4 deletions
|
|
@ -535,6 +535,6 @@ metadata to include ``Status: published``.
|
|||
.. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime
|
||||
.. _AsciiDoc: http://www.methods.co.nz/asciidoc/
|
||||
.. _pelican-plugins: http://github.com/getpelican/pelican-plugins
|
||||
.. _Markdown Extensions: http://pythonhosted.org/Markdown/extensions/
|
||||
.. _CodeHilite extension: http://pythonhosted.org/Markdown/extensions/code_hilite.html#syntax
|
||||
.. _Markdown Extensions: https://python-markdown.github.io/extensions/
|
||||
.. _CodeHilite extension: https://python-markdown.github.io/extensions/code_hilite/#syntax
|
||||
.. _i18n_subsites plugin: http://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ Basic settings
|
|||
|
||||
Extra configuration settings for the Markdown processor. Refer to the Python
|
||||
Markdown documentation's `Options section
|
||||
<http://pythonhosted.org/Markdown/reference.html#markdown>`_ for a complete
|
||||
<https://python-markdown.github.io/reference/#markdown>`_ for a complete
|
||||
list of supported options. The ``extensions`` option will be automatically
|
||||
computed from the ``extension_configs`` option.
|
||||
|
||||
|
|
@ -1032,7 +1032,7 @@ However, here are the settings that are related to themes.
|
|||
A list of paths you want Jinja2 to search for templates before searching the
|
||||
theme's ``templates/`` directory. Allows for overriding individual theme
|
||||
template files without having to fork an existing theme. Jinja2 searches in
|
||||
the following order: files in ``THEME_TEMPLATES_OVERRIDES`` first, then the
|
||||
the following order: files in ``THEME_TEMPLATES_OVERRIDES`` first, then the
|
||||
theme's ``templates/``.
|
||||
|
||||
You can also extend templates from the theme using the ``{% extends %}``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue