We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fa0a6 commit ad593d4Copy full SHA for ad593d4
_layouts/home.html
@@ -54,6 +54,23 @@ <h2 class="notepad-blog-description">{{ site.description }}</h2>
54
</div>
55
56
{{ content }}
57
+
58
+<div style="text-align: center;">
59
+<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
60
+<!-- codein2-footer -->
61
+<ins class="adsbygoogle"
62
+ style="display:inline-block;width:728px;height:90px"
63
+ data-ad-client="ca-pub-7466474470517357"
64
+ data-ad-slot="9952356430"></ins>
65
+<script>
66
+(adsbygoogle = window.adsbygoogle || []).push({});
67
+</script>
68
+</div>
69
70
71
72
73
74
</main>
75
{% include footer.html %}
76
0 commit comments