jarrekk / Jalpc

🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
https://jarrekk.github.io/Jalpc/
MIT License
1.02k stars 1.1k forks source link

Links detected as ads by Adguard Adblocker #62

Closed pegasusearl closed 7 years ago

pegasusearl commented 7 years ago

Apparently the social links, and links in the footer with blue circle button detected as ads and hidden by Adguard Adblocker.

  <ul class="list-inline social-icon">

also I found these in the _includes/head.html :

  <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  <script>
    (adsbygoogle = window.adsbygoogle || []).push({
      google_ad_client: "ca-pub-6196184668650108",
      enable_page_level_ads: true
    });
  </script>

Was it to show up ads? Where? I can't see any ads even if I disable adblock.

edit: Of course, I loved it.

jarrekk commented 7 years ago

Thanks for this issue! I wanted to add this ad to my own website and now I remove it at new commit. Hope you like this Jekyll theme.