We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d0ffb commit 9af3ad4Copy full SHA for 9af3ad4
docs/javascripts/analytics.js
@@ -0,0 +1,8 @@
1
+// Analytics script loaded from external source
2
+(function() {
3
+ var script = document.createElement('script');
4
+ script.src = 'https://cdn.tigregotico.pt/api/script.js';
5
+ script.setAttribute('data-site-id', '4a4a585d238e');
6
+ script.defer = true;
7
+ document.head.appendChild(script);
8
+})();
mkdocs.yml
@@ -113,3 +113,6 @@ nav:
113
theme: readthedocs
114
extra_css:
115
- css/extra.css
116
+
117
+extra_javascript:
118
+ - javascripts/analytics.js
0 commit comments