diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-29 14:48:59 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-29 14:48:59 +0100 |
| commit | 66c46ff4408f1b129129f016830323a787f6736a (patch) | |
| tree | e23ddb1e8b97eca1ff6601c33ac15aefb726c7c0 /templates/base.html | |
| parent | 2836163e54e3b94342113314e70ee564c456c43e (diff) | |
| download | mitjafelicijan.com-66c46ff4408f1b129129f016830323a787f6736a.tar.gz | |
Added Vercel analytics
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 5 |
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> |
