1
0
Fork 0
forked from github/pelican

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

@ -24,6 +24,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'DEFAULT_LANG': 'en',
'TAG_CLOUD_STEPS': 4,
'TAG_CLOUD_MAX_ITEMS': 100,
'DIRECT_TEMPLATES': ('index', 'tags', 'categories', 'archives'),
}
def read_settings(filename):