feat: add Google Tag Manager to search page

- Add GTM script (GTM-TLMMNZ7S) to <head> section of docs/index.html
- Add noscript iframe fallback after <body> tag
- Use the same GTM container as mjun0812.github.io for unified analytics
This commit is contained in:
Junya Morioka
2026-01-28 18:44:06 +09:00
parent 4b6477bf7f
commit fdddb9c4ba
+13
View File
@@ -4,6 +4,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flash-Attention Prebuild Wheels</title>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TLMMNZ7S');
</script>
<!-- End Google Tag Manager -->
<style>
:root {
--primary-color: #2563eb;
@@ -389,6 +398,10 @@
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TLMMNZ7S"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<header>
<h1>Flash-Attention Prebuild Wheels</h1>