mirror of
https://github.com/ivabus/www
synced 2024-11-10 15:55:14 +03:00
Merge pull request #94 from teaxyz/stackoverflow-tag-integration
Stackoverflow tag integration
This commit is contained in:
commit
b35320d569
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue