diff options
author | Mole Shang <[email protected]> | 2023-11-21 13:58:19 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-11-21 13:58:19 +0800 |
commit | 6ebb875b7f83dc910aef240e58b7062886321e3c (patch) | |
tree | 8c2180693b56ebb07c3c81b274537ff8ca1e0485 /templates | |
parent | 3f03df56d8e8cb3f052a0c674f18d13538b57688 (diff) | |
download | Seje2-6ebb875b7f83dc910aef240e58b7062886321e3c.tar.gz Seje2-6ebb875b7f83dc910aef240e58b7062886321e3c.tar.bz2 Seje2-6ebb875b7f83dc910aef240e58b7062886321e3c.zip |
chore: add cloudflare analytics
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 8168dc9..51e1dba 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,6 +68,7 @@ pangu.autoSpacingPage(); }); </script> + <script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "8078c5560e6540b784765f5c22f73c62"}'></script> {% block metadata %}{# <meta property="og:image" content="/<%= theme.favicon %>"> #}{% endblock %} </head> <body> |