Skip to content

Commit

Permalink
fix: Fix at ads
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jul 4, 2017
1 parent 8cf58e5 commit 4475c58
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
21 changes: 11 additions & 10 deletions views/partials/ad-bottom.ejs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<div class="ad bottom">
<!-- Loaded above <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<!-- DNS-Lookup.com Footer -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8400268452481648"
data-ad-slot="3044051392"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- DNS-Lookup.com Footer -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8400268452481648"
data-ad-slot="3044051392"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>
19 changes: 10 additions & 9 deletions views/partials/ad-top.ejs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<div class="ad top">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- DNS-Lookup Header -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-8400268452481648"
data-ad-slot="1567318199"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- DNS-Lookup Header -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-8400268452481648"
data-ad-slot="1567318199"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>

0 comments on commit 4475c58

Please sign in to comment.