| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 28a9849 commit 0e7a4f7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,9 @@ | |||
| 26 | 26 | {% endblock %} | |
| 27 | 27 | ||
| 28 | 28 | {% block extrahead %} | |
| 29 | - <script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script> | ||
| 29 | + {% if builder == "html" %} | ||
| 30 | + <script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script> | ||
| 31 | + {% endif %} | ||
| 30 | 32 | <link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" /> | |
| 31 | 33 | {% if builder != "htmlhelp" %} | |
| 32 | 34 | {% if pagename == 'whatsnew/changelog' and not embedded %} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments