Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-direito authored Jan 9, 2024
1 parent 0fc4bd1 commit fb8652e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions website/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,6 @@ <h4>Newsletter</h4>
<script src="{{ site.baseurl }}/assets/js/theme.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NDGM0ZCZ4E"> </script> <script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}
gtag(‘js’, new Date());
gtag(‘config’, ‘G - NDGM0ZCZ4E’);
</script>

</body>

</html>
</html>

0 comments on commit fb8652e

Please sign in to comment.