aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-29 14:48:59 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-29 14:48:59 +0100
commit66c46ff4408f1b129129f016830323a787f6736a (patch)
treee23ddb1e8b97eca1ff6601c33ac15aefb726c7c0 /templates/base.html
parent2836163e54e3b94342113314e70ee564c456c43e (diff)
downloadmitjafelicijan.com-66c46ff4408f1b129129f016830323a787f6736a.tar.gz
Added Vercel analytics
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 072b5b8..07d5ffb 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -196,5 +196,10 @@
196 otherwise. Blog is also available as <a href="/index.xml" target="_blank">RSS feed</a>. 196 otherwise. Blog is also available as <a href="/index.xml" target="_blank">RSS feed</a>.
197 </p> 197 </p>
198 </footer> 198 </footer>
199
200 <script>
201 window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
202 </script>
203 <script defer src="/_vercel/insights/script.js"></script>
199 </body> 204 </body>
200</html> 205</html>