Skip to content

Commit 748ea08

Browse files
authored
Update index.html
1 parent 23684d0 commit 748ea08

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@
3535
left: 0; position: absolute; top: 0;
3636
}
3737
</style>
38-
<script type="text/javascript">
39-
var _gaq = _gaq || [];
40-
_gaq.push(['_setAccount', 'UA-36021524-1']);
41-
_gaq.push(['_trackPageview']);
42-
43-
(function() {
44-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
45-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
46-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
47-
})();
48-
</script>
4938
</head>
5039
<body>
5140

@@ -54,7 +43,7 @@ <h1>It's <s id="python">Python</s>, not <s id="word">phyton</s></h1>
5443
<div class="share">
5544
<a href="https://twitter.com/share" class="twitter-share-button"
5645
data-text="Dude, it's Python. Not something else."
57-
data-url="http://itspython.com/" data-size="large"
46+
data-url="https://pythonmg.github.io/itspython/" data-size="large"
5847
data-hashtags="itspython" data-lang="en">Tweet</a>
5948
</div>
6049

0 commit comments

Comments
 (0)