|
18 | 18 | {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
|
19 | 19 | {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
|
20 | 20 |
|
21 |
| - <!-- Google Analytics --> |
22 |
| - <script> |
23 |
| - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
24 |
| - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
25 |
| - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
26 |
| - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
27 |
| - |
28 |
| - ga('create', 'UA-41419012-6', 'auto'); |
29 |
| - ga('send', 'pageview'); |
30 |
| - |
31 |
| - </script> |
32 |
| - <!-- /Google Analytics --> |
33 |
| - <!-- Yandex.Metrika counter --> |
34 |
| - <script type="text/javascript"> |
35 |
| - (function (d, w, c) { |
36 |
| - (w[c] = w[c] || []).push(function() { |
37 |
| - try { |
38 |
| - w.yaCounter40812449 = new Ya.Metrika({ |
39 |
| - id:40812449, |
40 |
| - clickmap:true, |
41 |
| - trackLinks:true, |
42 |
| - accurateTrackBounce:true |
43 |
| - }); |
44 |
| - } catch(e) { } |
45 |
| - }); |
46 |
| - |
47 |
| - var n = d.getElementsByTagName("script")[0], |
48 |
| - s = d.createElement("script"), |
49 |
| - f = function () { n.parentNode.insertBefore(s, n); }; |
50 |
| - s.type = "text/javascript"; |
51 |
| - s.async = true; |
52 |
| - s.src = "https://mc.yandex.ru/metrika/watch.js"; |
53 |
| - |
54 |
| - if (w.opera == "[object Opera]") { |
55 |
| - d.addEventListener("DOMContentLoaded", f, false); |
56 |
| - } else { f(); } |
57 |
| - })(document, window, "yandex_metrika_callbacks"); |
58 |
| - </script> |
59 |
| - <noscript><div><img src="https://mc.yandex.ru/watch/40812449" style="position:absolute; left:-9999px;" alt="" /></div></noscript> |
60 |
| - <!-- /Yandex.Metrika counter --> |
61 | 21 | <!-- at the end of the HEAD -->
|
62 | 22 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
63 | 23 | <link rel="stylesheet" href="{{_rel}}styles/search.css">
|
|
0 commit comments