Skip to content

Commit f4b60d7

Browse files
committed
Remove commented-out CookieScript and clean up Google Analytics script section in index.html
1 parent 3c70804 commit f4b60d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,9 +875,9 @@ <h3>http-cache-middleware</h3>
875875

876876
<footer class="footer">21no.de © 2022 - 2025 | <a href="mailto:contact@21no.de">Contact Us</a></footer>
877877

878+
<!--
878879
<script type="text/javascript" src="https://cdn.cookie-script.com/s/28dc51cd1b79414f499d222fffd2095d.js"></script>
879880
880-
<!-- Google tag (gtag.js) -->
881881
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FLVYSDM624"></script>
882882
<script>
883883
window.addEventListener("CookieScriptCategory-targeting", function () {
@@ -888,6 +888,7 @@ <h3>http-cache-middleware</h3>
888888
gtag("js", new Date());
889889
gtag("config", "G-FLVYSDM624");
890890
});
891-
</script>
891+
</script>
892+
-->
892893
</body>
893894
</html>

0 commit comments

Comments
 (0)