|
8 | 8 | <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css">
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 | 10 | <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> |
11 | 20 | </head>
|
12 | 21 | <body>
|
13 | 22 | <script type="text/javascript">
|
@@ -458,14 +467,5 @@ <h4><a class="js-workshop-link" href="https://github.com/senecajs/seneca-in-prac
|
458 | 467 | <script type="text/javascript" src="/js/index.js"></script>
|
459 | 468 | <script type="text/javascript" src="/js/dependencies.js"></script>
|
460 | 469 |
|
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> |
470 | 470 | </body>
|
471 | 471 | </html>
|
0 commit comments