Skip to content

Commit f416611

Browse files
author
committed
Deployed 23861e5 with MkDocs version: 1.6.1
1 parent 79d6a84 commit f416611

3 files changed

Lines changed: 224 additions & 217 deletions

File tree

javascripts/extra.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@
44
document.addEventListener("DOMContentLoaded", function () {
55
// Nothing needed for now - placeholder for future interactivity
66
});
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

Comments
 (0)