diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-01-21 18:31:05 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-01-21 18:31:05 -0700 |
commit | 047f64463ad9104f650cac10dac7ab0d4d4d62ca (patch) | |
tree | 0b3d7e06ea8ee507bd3058ac559b32e2b45a2073 /templates/components/header.html | |
parent | 79b857b93a7331eeb0abd61d9e7ce874c6abd87a (diff) |
moved plausible to head
Diffstat (limited to 'templates/components/header.html')
-rw-r--r-- | templates/components/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/components/header.html b/templates/components/header.html index 7ec672b..8537f95 100644 --- a/templates/components/header.html +++ b/templates/components/header.html @@ -7,4 +7,5 @@ <link href="/static/assets/fontawesome/css/solid.min.css" rel="stylesheet"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <link rel="manifest" href="/static/manifest.json"> +<script defer data-domain="fda510k.navan.dev" src="https://plausible.io/js/script.js"></script> {{ end }}
\ No newline at end of file |