|
14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |
15 | 15 | <![endif]--> |
16 | 16 | <link href="theme/css/f.min.css" rel="stylesheet"> |
17 | | - <script> |
18 | | - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
19 | | - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
20 | | - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
21 | | - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
22 | | - ga('create', 'UA-19910497-7', 'auto'); |
23 | | - ga('send', 'pageview'); |
24 | | -</script></head> |
| 17 | +</head> |
25 | 18 | <body> |
26 | 19 | <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a> |
27 | 20 | <div class="container"> |
@@ -176,6 +169,15 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta |
176 | 169 | 2015 |
177 | 170 | </div> |
178 | 171 | </div> |
| 172 | +<script> |
| 173 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 174 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 175 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 176 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 177 | + ga('create', 'UA-19910497-7', 'auto'); |
| 178 | + ga('send', 'pageview'); |
| 179 | +</script> |
| 180 | + |
179 | 181 | <script type='text/javascript'> |
180 | 182 | var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); } |
181 | 183 | </script> |
|
0 commit comments