summaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-08-17 10:18:23 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-08-17 10:18:23 -0400
commitc1c261ec60d2f576ca21942c8fddb6d0a70dcde4 (patch)
tree568e0a7a4c89f412e620daf75718cee303ddb5c4 /_includes/head.html
parentfafde71105e28b83ff3a08043058ec7ac8296b07 (diff)
moved plausiable code to head tags
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 69d3c41..5e191b1 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -25,4 +25,5 @@
<!-- UI and Theme -->
<meta name="theme-color" content="#b172bc">
<link rel="stylesheet" href="/main.css">
+ <script defer data-domain="ben.sanders.life" src="https://plausible.io/js/script.js"></script>
</head> \ No newline at end of file