Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pytorch_sphinx_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','{{ theme_analytics_id }}');</script>
})(window,document,'script','dataLayer','{{ theme_analytics_id }}');
function gtag(){dataLayer.push(arguments);}
</script>
<!-- End Google Tag Manager -->
{% endblock %}

Expand Down