8000 Infra: Add site analytics via Plausible (#4398) · python/peps@755b62f · GitHub
[go: up one dir, main page]

Skip to content

Commit 755b62f

Browse files
authored
Infra: Add site analytics via Plausible (#4398)
1 parent 5efe287 commit 755b62f

File tree

1 file changed

+2
-0
lines changed
  • pep_sphinx_extensions/pep_theme/templates

1 file changed

+2
-0
lines changed

pep_sphinx_extensions/pep_theme/templates/page.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ <h2>Contents</h2>
6363
<script src="{{ pathto('_static/colour_scheme.js', resource=True) }}"></script>
6464
<script src="{{ pathto('_static/wrap_tables.js', resource=True) }}"></script>
6565
<script src="{{ pathto('_static/sticky_banner.js', resource=True) }}"></script>
66+
<script src="https://analytics.python.org/js/script.outbound-links.js"
67+
data-domain="peps.python.org" defer></script>
6668
</body>
6769
</html>

0 commit comments

Comments
 (0)
0