Skip to content

Commit cb7d3d5

Browse files
authored
Merge branch 'main' into mb/noindex
2 parents a6914f3 + 4f83181 commit cb7d3d5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Pages/Index.cshtml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
<meta name="robots" content="index, follow, archive" />
1111
}
1212

13+
<!-- Google Tag Manager (noscript) -->
14+
<noscript>
15+
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MMR39D3G"
16+
height="0" width="0" style="display:none;visibility:hidden"></iframe>
17+
</noscript>
18+
<!-- End Google Tag Manager (noscript) -->
19+
1320
<div class="welcome-page">
1421
<h1>
1522
<img src="~/duende-logo.svg" class="logo">
@@ -208,6 +215,15 @@
208215

209216
@section scripts
210217
{
218+
<!-- Google Tag Manager -->
219+
<script>
220+
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
221+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
222+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
223+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
224+
})(window,document,'script','dataLayer','GTM-MMR39D3G');</script>
225+
<!-- End Google Tag Manager -->
226+
211227
<script src="~/lib/clipboardjs/dist/clipboard.min.js"></script>
212228
<script>
213229
$('.clipboard').tooltip({

0 commit comments

Comments
 (0)