Merge pull request #94 from teaxyz/stackoverflow-tag-integration

Stackoverflow tag integration
This commit is contained in:
Chris Waters 2022-09-06 15:20:31 -04:00 committed by GitHub
commit b35320d569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View file

@ -11,6 +11,15 @@
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Start Stackoverflow Tag -->
<noscript>
<img src='https://pubads.g.doubleclick.net/activity;xsp=5023880;ord=1?' width=1 height=1 border=0>
</noscript>
<!-- End Stackoverflow Tag -->
<header>
{{- partial "header.html" . -}}
</header>
@ -23,4 +32,4 @@
</footer>
</body>
</html>
</html>

View file

@ -36,6 +36,14 @@
<!-- DO NOT MODIFY -->
<!-- End Reddit Pixel -->
<!-- Activity name for this tag: Home Page Traffic Pixel -->
<script>
(function() {
var a = String(Math.floor(Math.random() * 10000000000000000));
new Image().src = 'https://pubads.g.doubleclick.net/activity;xsp=5023880;ord='+ a +'?';
})();
</script>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">