diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-04-07 22:17:43 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-04-07 22:17:43 +0530 |
commit | e65e44184e1f792c2bad55239e224f82eaa5a353 (patch) | |
tree | 2642c28a6ba8952cf8e97543ccf9f2e8e12f6cd9 /_includes/base.html | |
parent | 0.6.0 (diff) | |
download | sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.gz sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.bz2 sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.lz sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.xz sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.zst sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.zip |
Corrected minor errors
Diffstat (limited to '_includes/base.html')
-rw-r--r-- | _includes/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/base.html b/_includes/base.html index 36d9821..2b22576 100644 --- a/_includes/base.html +++ b/_includes/base.html @@ -25,6 +25,10 @@ <link rel="icon" href="/favicon.svg" type="image/svg+xml"> {%- css %}{% include "assets/main.css" %}{% endcss %} <link rel="stylesheet" href="{% getBundleFileUrl 'css' %}"> + <!-- Cloudflare Web Analytics --> + <script defer src='https://static.cloudflareinsights.com/beacon.min.js' + data-cf-beacon='{"token": "4fb843a011b44f40916bbb537d62ee3c"}'></script> + <!-- End Cloudflare Web Analytics --> </head> <body> |