diff options
author | P家单推人 <jkfujr@qq.com> | 2024-07-29 08:38:28 +0800 |
---|---|---|
committer | jkfujr <jkfujr@qq.com> | 2024-08-11 12:18:49 +0800 |
commit | fcb9e7b4601203c3d9a0ef455a3727502b3e3aa0 (patch) | |
tree | 97ceaafbb61d8232f9f61e40ee8243030c1f3494 /layouts/partials/umami.html | |
parent | 4704defdc8eee9bc5c9ed41c651f21bba2a4b631 (diff) |
Update header.html and add support for Umami
- Updated header.html with necessary changes.
- Added support for Umami along with relevant configurable options.
- Included a new umami.html file for tracking.
Diffstat (limited to 'layouts/partials/umami.html')
-rw-r--r-- | layouts/partials/umami.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/umami.html b/layouts/partials/umami.html new file mode 100644 index 0000000..1ef689b --- /dev/null +++ b/layouts/partials/umami.html @@ -0,0 +1,6 @@ +<script + async + defer + data-website-id="{{ .Site.Params.umami.websiteId }}" + src="{{ .Site.Params.umami.jsLocation }}" +></script> |