Skip to content

Commit 4eb98b8

Browse files
committed
Disable GA embed code
1 parent 5cd8ef1 commit 4eb98b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
<script src="{{ site.baseurl }}assets/js/highlight.js"></script>
3535
<script>hljs.initHighlightingOnLoad();</script>
3636

37-
<script>
37+
<!-- <script>
3838
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3939
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4040
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
4141
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
4242
4343
ga('create', '{{ site.google_analytics }}', 'auto');
4444
ga('send', 'pageview');
45-
</script>
45+
</script> -->
4646
</body>
4747
</html>
4848

0 commit comments

Comments
 (0)