|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
| 5 | + <!-- Google Tag Manager --> |
| 6 | + <script> |
| 7 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 8 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 9 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 10 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 11 | + })(window,document,'script','dataLayer','GTM-WRVT65');</script> |
| 12 | + <!-- End Google Tag Manager --> |
5 | 13 | {% seo %} |
6 | 14 | <link rel="canonical" href="{{site.cannonicalBase}}{{page.url}}" /> |
7 | 15 | <meta name="giscus:backlink" content="{{site.cannonicalBase}}{{page.url}}"> |
|
10 | 18 | <script src="https://kit.fontawesome.com/3e6b2f4808.js" crossorigin="anonymous"></script> |
11 | 19 | <link rel="stylesheet" href="{{site.baseurl}}/assets/css/main.css"> |
12 | 20 | <link href="{{site.baseurl}}/assets/css/base16.css" rel="stylesheet" /> |
13 | | - <!-- Google tag (gtag.js) --> |
14 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=G-44XG57BE28"></script> |
15 | | - <script> |
16 | | - window.dataLayer = window.dataLayer || []; |
17 | | - function gtag() { dataLayer.push(arguments); } |
18 | | - gtag('js', new Date()); |
19 | | - gtag('config', 'G-44XG57BE28'); |
20 | | - |
21 | | - </script> |
22 | 21 | </head> |
23 | 22 | <body> |
24 | | - {%- include header.html -%} |
| 23 | + <!-- Google Tag Manager (noscript) --> |
| 24 | + <noscript> |
| 25 | + <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WRVT65" |
| 26 | + height="0" width="0" style="display:none;visibility:hidden"></iframe> |
| 27 | + </noscript> |
| 28 | + <!-- End Google Tag Manager (noscript) --> |
| 29 | + {%- include header.html -%} |
25 | 30 | <div class="mainContainer"> |
26 | 31 | <div class="container-flow mt-5 m-5 d-flex mb-3"> |
27 | 32 | <div class="p-2 justify-content-end d-none d-lg-block"> |
28 | | - {%- include sidebar.html -%} |
| 33 | + {%- include sidebar.html -%} |
29 | 34 | </div> |
30 | 35 | <div class="p-2 flex-grow-1"> |
31 | 36 | <article> |
|
84 | 89 | </li> |
85 | 90 | <li class="list-group-item"> |
86 | 91 | <i class="fab fa-twitter"></i> |
87 | | - <a href="https://preview.nkdagility.com/learn/azure-devops-migration-tools{{page.url}}" rel="nofollow noindex" class="ml-2" target="_blank">Preview</a> (<a href="https://blue-river-093197403-preview.westeurope.5.azurestaticapps.net{{page.url}}" rel="nofollow noindex" class="ml-2" target="_blank">without AFD</a>)</li> |
| 92 | + <a href="https://preview.nkdagility.com/learn/azure-devops-migration-tools{{page.url}}" rel="nofollow noindex" class="ml-2" target="_blank">Preview</a> (<a href="https://blue-river-093197403-preview.westeurope.5.azurestaticapps.net{{page.url}}" rel="nofollow noindex" class="ml-2" target="_blank">without AFD</a>) |
| 93 | + </li> |
88 | 94 | </ul> |
89 | 95 | </li> |
90 | 96 | </ul> |
91 | | - |
| 97 | + |
92 | 98 | </div> |
93 | 99 | </div> |
94 | 100 | <div class="card mb-3"> |
@@ -137,7 +143,7 @@ <h5 class="no_toc card-header">In this article</h5> |
137 | 143 |
|
138 | 144 | </div> |
139 | 145 | </div> |
140 | | - {%- include footer.html -%} |
| 146 | + {%- include footer.html -%} |
141 | 147 | </body> |
142 | 148 | </html> |
143 | 149 |
|
0 commit comments