Add _includes/after-content.html and remove docs site default layout override
This commit is contained in:
8
docs/_includes/after-content.html
Normal file
8
docs/_includes/after-content.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div align="center" style="margin: 1em 0;">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block; border-bottom: initial;"
|
||||
data-ad-client="ca-pub-7328585512091257"
|
||||
data-ad-slot="3049671934"
|
||||
data-ad-format="auto"
|
||||
data-full-width-responsive="true"></ins>
|
||||
</div>
|
11
docs/_includes/comments-providers/scripts.html
Normal file
11
docs/_includes/comments-providers/scripts.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% comment %}
|
||||
Repurposing this file as "after-scripts.html" snippet,
|
||||
since the docs site isn't using comments anyway.
|
||||
{% endcomment %}
|
||||
<style>
|
||||
.google-auto-placed {
|
||||
margin: 2em auto;
|
||||
}
|
||||
</style>
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
Reference in New Issue
Block a user