Remove google ad tags
This commit is contained in:
parent
f250353fd2
commit
1a11680704
2 changed files with 2 additions and 18 deletions
|
@ -38,15 +38,6 @@
|
|||
|
||||
= yield :header_tags
|
||||
|
||||
%script{ 'src' => "https://www.googletagmanager.com/gtag/js?id=AW-11130587137", 'async' => true }
|
||||
|
||||
:javascript
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'AW-11130587137');
|
||||
|
||||
%body{ class: body_classes }
|
||||
= content_for?(:content) ? yield(:content) : yield
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue