Remove google ad tags

This commit is contained in:
KMY 2023-09-03 22:33:43 +09:00
parent f250353fd2
commit 1a11680704
2 changed files with 2 additions and 18 deletions

View file

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