mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:05:05 +03:00
Add reddit pixel to <head>
This commit is contained in:
parent
5dbcdba8f6
commit
5f62e5521c
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@
|
|||
/></noscript>
|
||||
<!-- End Meta Pixel Code -->
|
||||
|
||||
<!-- Reddit Pixel -->
|
||||
<script>
|
||||
!function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt('init','t2_kanflobl');rdt('track', 'PageVisit');
|
||||
</script>
|
||||
<!-- DO NOT MODIFY -->
|
||||
<!-- End Reddit Pixel -->
|
||||
|
||||
<!-- 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