diff --git a/source/layouts/layout.html.slim b/source/layouts/layout.html.slim index 25dffc6..3fca7cb 100644 --- a/source/layouts/layout.html.slim +++ b/source/layouts/layout.html.slim @@ -14,6 +14,6 @@ html title= @title || 'The Middleman' = stylesheet_link_tag 'all' = javascript_include_tag 'all' - = partial 'gtm' unless development? || build? + = partial 'gtm' unless development? body = yield