mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge a8555ef976 into 5f1d5c4b88
This commit is contained in:
commit
5a13c65684
7 changed files with 49 additions and 0 deletions
|
|
@ -700,6 +700,14 @@ Template pages
|
|||
separate templates from the theme. Example: projects, resume, profile ...
|
||||
These templates need to use ``DIRECT_TEMPLATES`` setting.
|
||||
|
||||
.. data:: THEME_TEMPLATE_OVERRIDES = []
|
||||
|
||||
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_TEMPLATE_OVERRIDES`` first, theme's
|
||||
``templates/``
|
||||
|
||||
|
||||
Metadata
|
||||
========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue