Skip to content

Commit d03d0d0

Browse files
Merge pull request #486 from iancrowther/source
moving ga token into header to comply with google site verification
2 parents 77ab3a7 + bd4a337 commit d03d0d0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010
<title>NodeSchool</title>
11+
<script>
12+
!function(s,c,h,O,o,l){s.GoogleAnalyticsObject=h;s[h]||(s[h]=function(){
13+
(s[h].q=s[h].q||[]).push(arguments)});s[h].l=+new Date;o=c.createElement(O);
14+
l=c.getElementsByTagName(O)[0];o.src='//www.google-analytics.com/analytics.js';
15+
l.parentNode.insertBefore(o,l)}(window,document,'ga','script');
16+
17+
ga('create', 'UA-49267600-1', 'nodeschool.io');
18+
ga('send', 'pageview');
19+
</script>
1120
</head>
1221
<body>
1322
<script type="text/javascript">
@@ -458,14 +467,5 @@ <h4><a class="js-workshop-link" href="https://github.com/senecajs/seneca-in-prac
458467
<script type="text/javascript" src="/js/index.js"></script>
459468
<script type="text/javascript" src="/js/dependencies.js"></script>
460469

461-
<script>
462-
!function(s,c,h,O,o,l){s.GoogleAnalyticsObject=h;s[h]||(s[h]=function(){
463-
(s[h].q=s[h].q||[]).push(arguments)});s[h].l=+new Date;o=c.createElement(O);
464-
l=c.getElementsByTagName(O)[0];o.src='//www.google-analytics.com/analytics.js';
465-
l.parentNode.insertBefore(o,l)}(window,document,'ga','script');
466-
467-
ga('create', 'UA-49267600-1', 'nodeschool.io');
468-
ga('send', 'pageview');
469-
</script>
470470
</body>
471471
</html>

0 commit comments

Comments
 (0)