We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e435c64 commit a2c36c0Copy full SHA for a2c36c0
src/layouts/Layout.astro
@@ -27,7 +27,7 @@ const makeTitle = title ? title + " | " + "Textstat" : "Textstat";
27
<meta name="viewport" content="width=device-width" />
28
<link rel="icon" href="/favicon.ico" />
29
30
- <script data-id="101446851" src="https://clicky.textstat.org/626b4fc074e.js"
+ <!-- <script data-id="101446851" src="https://clicky.textstat.org/626b4fc074e.js"
31
></script>
32
<script>
33
(function () {
@@ -41,7 +41,7 @@ const makeTitle = title ? title + " | " + "Textstat" : "Textstat";
41
return proxied(src, type);
42
};
43
})();
44
- </script>
+ </script> -->
45
46
<meta name="generator" content={Astro.generator} />
47
0 commit comments