Add default GTM config key

Add the key for GTM and blank default value into the DEFAULT_CONFIG
This commit is contained in:
brent.bb
2016-09-27 19:52:20 -04:00
parent 1659876046
commit beeb78177f

View File

@@ -39,6 +39,7 @@ _DEFAULT_CONFIG = {
'destination': '_build',
'files_to_copy': (),
'google_analytics': '',
'google_tag_manager': '',
'ignore_directories': [],
'ignore_files': [],
'img_processor': 'ResizeToFit',