summaryrefslogtreecommitdiff
path: root/_includes
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
parentfafde71105e28b83ff3a08043058ec7ac8296b07 (diff)
moved plausiable code to head tags
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html3
-rw-r--r--_includes/head.html1
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index a1ae1c0..46fd160 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -18,5 +18,4 @@
],
"jobTitle": "Web Developer & Linux Enthusiast"
}
- </script>
- <script defer data-domain="ben.sanders.life" src="https://plausible.io/js/script.js"></script> \ No newline at end of file
+ </script> \ No newline at end of file
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