Skip to content

Commit 785e621

Browse files
authored
enhance_github pages doc (AtsushiSakai#673)
1 parent f74f0c1 commit 785e621

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/_templates/layout.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,19 @@
66
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9612347954373886"
77
crossOrigin="anonymous"></script>
88
{% endblock %}
9+
10+
{% block sidebarsearch %}
11+
{{ super() }}
12+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9612347954373886"
13+
crossorigin="anonymous"></script>
14+
<!-- PythonRoboticsDoc -->
15+
<ins class="adsbygoogle"
16+
style="display:block"
17+
data-ad-client="ca-pub-9612347954373886"
18+
data-ad-slot="1579532132"
19+
data-ad-format="auto"
20+
data-full-width-responsive="true"></ins>
21+
<script>
22+
(adsbygoogle = window.adsbygoogle || []).push({});
23+
</script>
24+
{% endblock %}

0 commit comments

Comments
 (0)