mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:05:05 +03:00
Merge pull request #94 from teaxyz/stackoverflow-tag-integration
Stackoverflow tag integration
This commit is contained in:
commit
b35320d569
2 changed files with 18 additions and 1 deletions
|
@ -11,6 +11,15 @@
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<!-- End Google Tag Manager (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>
|
<header>
|
||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
</header>
|
</header>
|
||||||
|
@ -23,4 +32,4 @@
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -36,6 +36,14 @@
|
||||||
<!-- DO NOT MODIFY -->
|
<!-- DO NOT MODIFY -->
|
||||||
<!-- End Reddit Pixel -->
|
<!-- 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 -->
|
<!-- CSS only -->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||||
|
|
Loading…
Reference in a new issue