Initial commit

This commit is contained in:
vladfaust
2015-10-20 20:21:03 +03:00
commit fd2607548b
19 changed files with 758 additions and 0 deletions

10
source/_gtm.haml Normal file
View File

@@ -0,0 +1,10 @@
/ Google Tag Manager
%noscript
%iframe{:height => "0", :src => "//www.googletagmanager.com/ns.html?id=GTM-MRZ5F7", :style => "display:none;visibility:hidden", :width => "0"}
:javascript
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MRZ5F7');
/ End Google Tag Manager