Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions _templates/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "!page.html" %}

{% block extrahead %}
{{ super() }}
<script defer data-domain="devguide.python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated
{% endblock %}
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"source_repository": "https://github.com/python/devguide",
"source_branch": "main",
}
templates_path = ['_templates']
html_static_path = ['_static']
html_css_files = [
'devguide_overrides.css',
Expand Down
Loading