Template loading on demand get_templates was transformed into get_template.

This commit is contained in:
Alexander Artemenko 2011-01-02 02:50:08 +03:00
commit fd47a74b9e
3 changed files with 26 additions and 18 deletions

View file

@ -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?