Skip to content

Commit

Permalink
fix google ads in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
bojieli committed Jan 9, 2025
1 parent b8ec223 commit b9d2dd4
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions app/templates/course.html
Original file line number Diff line number Diff line change
Expand Up @@ -599,21 +599,20 @@ <h4 class="blue">{{ teacher.name }}老师的其他课</h5>
{% endfor %}
</div>
{% endfor %}
</div>

<!-- 广告 -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4162298414689468"
crossorigin="anonymous"></script>
<!-- icourse.club -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4162298414689468"
data-ad-slot="6373911667"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- 广告 -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4162298414689468" crossorigin="anonymous"></script>
<!-- icourse.club -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4162298414689468"
data-ad-slot="6373911667"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div> <!-- row -->
</div> <!-- float-element -->
</div> <!-- container -->
Expand Down

0 comments on commit b9d2dd4

Please sign in to comment.