Skip to content

Commit 81a3af2

Browse files
committed
Move script includes around to avoid clashes
1 parent 93c831f commit 81a3af2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
<meta name="description" content="LambdaHack : a small dungeon crawler illustrating the roguelike game engine of the same name" />
1414
<meta name="keywords" content="roguelike, tactical squad game, procedurally generated, Haskell, free software, gameplay, replayability, turn based" >
1515

16+
<script>
17+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
18+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
19+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
20+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
21+
22+
ga('create', 'UA-22466968-3', 'auto');
23+
ga('send', 'pageview');
24+
25+
</script>
26+
1627
<script language="javascript" src="https://github.com/LambdaHack/lambdahack.github.io/releases/download/newestJS/all.js"></script>
1728

1829
<title>LambdaHack</title>
@@ -48,17 +59,6 @@ <h1>
4859
</h1>
4960
</div>
5061

51-
<script>
52-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
53-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
54-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
55-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
56-
57-
ga('create', 'UA-22466968-3', 'auto');
58-
ga('send', 'pageview');
59-
60-
</script>
61-
6262
</body>
6363
<script language="javascript" src="runmain.js" defer></script>
6464

0 commit comments

Comments
 (0)