mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-04-18 14:47:29 -05:00
google analytics
This commit is contained in:
parent
a7720d0757
commit
9bb1568829
|
|
@ -76,6 +76,14 @@
|
|||
enable_page_level_ads: true
|
||||
});
|
||||
</script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126553763-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-126553763-1');
|
||||
</script>
|
||||
<!-- End Google Analytics -->
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -73,6 +73,8 @@ function Base(props) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="banner-ad-top">
|
||||
</div>
|
||||
<div className="legacy content">
|
||||
<div className="left-column">
|
||||
<div className="full-width clear-line" style={{marginBottom: "5px"}}>
|
||||
|
|
@ -120,6 +122,8 @@ function Base(props) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="banner-ad-bottom">
|
||||
</div>
|
||||
<div className="legacy legacy-footer">
|
||||
<div className="footer-wrap">
|
||||
<div className="footer-repeat-x">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user