8000 Lesson breadcrumb · StackTipsLab/bloggy@fb893cb · GitHub
[go: up one dir, main page]

Skip to content

Commit fb893cb

Browse files
author
Nilanchal Panigrahy
committed
Lesson breadcrumb
1 parent b5a1c4a commit fb893cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bloggy/templates/widgets/ad-unit-in-feed.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% if LOAD_GOOGLE_ADS %}
2+
<div style="max-width: 720px">
23
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5125794458843883"
34
crossorigin="anonymous"></script>
45
<ins class="adsbygoogle"
@@ -10,6 +11,7 @@
1011
<script>
1112
(adsbygoogle = window.adsbygoogle || []).push({});
1213
</script>
14+
</div>
1315
{% else %}
1416
<div class="d-flex align-items-center bg-light my-3" style="width:100%;height:100px;">
1517
<small class="text-center font-xs text-muted mx-auto">AD-SPACE</small>

0 commit comments

Comments
 (0)
0