Browse Source

Add default GTM config key

Add the key for GTM and blank default value into the DEFAULT_CONFIG
pull/221/head
brent.bb 10 years ago
parent
commit
beeb78177f
  1. 1
      sigal/settings.py

1
sigal/settings.py

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

Loading…
Cancel
Save