Add _includes/after-content.html and remove docs site default layout override

This commit is contained in:
iBug
2024-04-23 12:01:53 +08:00
parent 6308789788
commit a0aa8f80a7
7 changed files with 23 additions and 53 deletions

View 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>

View 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>