archive
/
md-pdf
Archived
1
Fork 0

Allow context to override builtins

This commit is contained in:
Jake Howard 2017-05-27 14:35:28 +01:00
parent ecc0b174cb
commit 6042019c0c
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@ def get_context(config, content):
del config['context']
context = dict(
config,
**context,
**EXTRA_CONTEXT,
**context,
**{
'output_dir': os.path.abspath(config['output_dir']),
}