Skip to content

Commit

Permalink
asas
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil committed May 29, 2024
1 parent 00d0413 commit 9acb95c
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions _includes/hero/ad.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,21 @@ <h1 class="title is-2">{{ page.title }}</h1>
{% endif %}
</div>
<div class="column is-auto">
<div style="width:100%; height: 90px; border: 1px dashed #ccc; background-color: #f5f5f5;">
<!-- Your ad content here -->
</div>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1291242080282540"
crossorigin="anonymous"
></script>
<!-- The Leaderboard (728×90) -->
<ins
class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1291242080282540"
data-ad-slot="1864856299"
></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</div>
Expand Down

0 comments on commit 9acb95c

Please sign in to comment.