We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d6a84 commit f416611Copy full SHA for f416611
3 files changed
javascripts/extra.js
@@ -4,3 +4,10 @@
4
document.addEventListener("DOMContentLoaded", function () {
5
// Nothing needed for now - placeholder for future interactivity
6
});
7
+
8
+// Load GoatCounter asynchronously (Zero impact on page load speed)
9
+var script = document.createElement('script');
10
+script.dataset.goatcounter = 'https://python-oppe.goatcounter.com/count';
11
+script.async = true;
12
+script.src = '//gc.zgo.at/count.js';
13
+document.head.appendChild(script);
0 commit comments