Skip to content

Commit 011a2d4

Browse files
authored
Remove Google Analytics surveillance tooling (#4)
1 parent 48ed18d commit 011a2d4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

_layouts/default.html

-11
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,5 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
3939
</footer>
4040
</section>
4141

42-
43-
{% if site.google_analytics %}
44-
<script type="text/javascript">
45-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
46-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
47-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
48-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
49-
ga('create', '{{ site.google_analytics }}', 'auto');
50-
ga('send', 'pageview');
51-
</script>
52-
{% endif %}
5342
</body>
5443
</html>

0 commit comments

Comments
 (0)