mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Template loading on demand get_templates was transformed into get_template.
This commit is contained in:
parent
b3256f0ecd
commit
fd47a74b9e
3 changed files with 26 additions and 18 deletions
|
|
@ -34,6 +34,8 @@ Setting name what it does ?
|
|||
`DEFAULT_LANG` The default language to use. Default is 'en'.
|
||||
`DISPLAY_PAGES_ON_MENU` Display or not the pages on the menu of the template.
|
||||
Templates can follow or not this settings.
|
||||
`DIRECT_TEMPLATES` Tuple, containing templates to render. There should be
|
||||
a html file for each of these templates in the theme.
|
||||
`FALLBACK_ON_FS_DATE` If True, pelican will use the file system dates infos
|
||||
(mtime) if it can't get informations from the
|
||||
metadata?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue