Fixed GTM

This commit is contained in:
Vlad Faust
2016-01-18 22:21:05 +03:00
parent a3d078d863
commit db4ff772dd

View File

@@ -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