Skip to content

Commit d72f7e1

Browse files
committed
Add changelog fragment
Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com>
1 parent ef3011c commit d72f7e1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

changes/107.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve SEO of Documentation

docs/source/_templates/base.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@
22

33
{% block htmltitle %}
44
<!-- Google Tag Manager -->
5-
<script>
6-
<!-- Google Tag Manager -->
75
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
86
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
97
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
108
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
119
})(window,document,'script','dataLayer','GTM-N57WGC8D');</script>
1210
<!-- End Google Tag Manager -->
13-
</script>
14-
<!-- End Google Tag Manager -->
1511
{{ super() }}
1612
{% endblock %}
1713

0 commit comments

Comments
 (0)