From db4ff772ddc0f543ddcce9a094d5b5861650cae0 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Mon, 18 Jan 2016 22:21:05 +0300 Subject: [PATCH] Fixed GTM --- source/layouts/layout.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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