Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
2a9845e1
Unverified
Commit
2a9845e1
authored
Sep 09, 2024
by
Przemyslaw Tredak
Committed by
GitHub
Sep 09, 2024
Browse files
Added Adobe analytics to the documentation (#1162)
Signed-off-by:
Przemyslaw Tredak
<
ptredak@nvidia.com
>
parent
047a5072
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
docs/_templates/layout.html
docs/_templates/layout.html
+12
-3
No files found.
docs/_templates/layout.html
View file @
2a9845e1
{% extends "!layout.html" %}
{% extends "!layout.html" %}
{% block extrahead %}
<script
src=
"https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js"
></script>
{% endblock %}
{% block sidebartitle %} {{ super() }}
{% block sidebartitle %} {{ super() }}
<style>
<style>
...
@@ -83,8 +90,10 @@
...
@@ -83,8 +90,10 @@
}
}
</style>
</style>
{%- if nvidia_analytics_id %}
{% endblock %}
<script
type=
"text/javascript"
>
_satellite
.
pageBottom
();
</script>
{%- endif %}
{% block footer %}
<script
type=
"text/javascript"
>
if
(
typeof
_satellite
!==
“
undefined
”
){
_satellite
.
pageBottom
();}
</script>
{% endblock %}
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment