Skip to content

Commit 20a15eb

Browse files
authored
Update default.html
1 parent ca8bf90 commit 20a15eb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

_layouts/default.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
4141
</footer>
4242
<script src="{{ "assets/javascript/anchor-js/anchor.min.js" | relative_url }}"></script>
4343
<script>anchors.add();</script>
44-
{% if site.google_analytics %}
45-
<script>
46-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
47-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
48-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
49-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
50-
ga('create', '{{ site.google_analytics }}', 'auto');
51-
ga('send', 'pageview');
52-
</script>
53-
{% endif %}
54-
<script data-mode="hash" async defer src="https://cdn.simpleanalytics.io/hello.js"></script>
55-
<noscript><img src="https://api.simpleanalytics.io/hello.gif" alt=""></noscript>
5644
<script defer data-domain="remotemobprogramming.org" src="https://plausible.io/js/plausible.js"></script>
5745
</body>
5846
</html>

0 commit comments

Comments
 (0)