Skip to content

Commit 1284b27

Browse files
authored
Update default.html
1 parent 4a9b7a2 commit 1284b27

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
@@ -69,17 +69,5 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
6969
</div>
7070
<script src="{{ "assets/javascript/anchor-js/anchor.min.js" | relative_url }}"></script>
7171
<script>anchors.add();</script>
72-
{% if site.google_analytics %}
73-
<script>
74-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
75-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
76-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
77-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
78-
ga('create', '{{ site.google_analytics }}', 'auto');
79-
ga('send', 'pageview');
80-
</script>
81-
{% endif %}
82-
<script data-mode="hash" async defer src="https://cdn.simpleanalytics.io/hello.js"></script>
83-
<noscript><img src="https://api.simpleanalytics.io/hello.gif" alt=""></noscript>
8472
</body>
8573
</html>

0 commit comments

Comments
 (0)