Skip to content

Commit

Permalink
Ad code adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Jun 4, 2019
1 parent e6395fa commit 0fc8aee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 14 additions & 0 deletions jade/_navbar.jade
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,19 @@ header
}
})();

// BuySellAds Ad Code
script(type="text/javascript").
(function(){
var bsa = document.createElement('script');
bsa.type = 'text/javascript';
bsa.async = true;
bsa.src = '//s3.buysellads.com/ac/bsa.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
})();
// End BuySellAds Ad Code
// BuySellAds Zone Code
#bsap_1308705.bsarocks.bsap_a83f7725359c0998dbd102b738abb960
// End BuySellAds Zone Code
.patreon-ad
a.waves-effect(href='https://www.patreon.com/materialize', target='_blank') Become a Patron
3 changes: 0 additions & 3 deletions jade/_scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<!-- Twitter Button -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>

<!-- Google Plus Button-->
<script src="https://apis.google.com/js/platform.js" async defer></script>

<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down

0 comments on commit 0fc8aee

Please sign in to comment.