forked from github/pelican
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
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue