mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
add umami docs
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
const type = document.head.querySelector('meta[property = "og:type"]').getAttribute('content');
|
||||
let title = document.head.querySelector('meta[property = "og:title"]').getAttribute('content');
|
||||
let url = document.head.querySelector('meta[property = "og:url"]').getAttribute('content');
|
||||
umami.track(type + ':' +title, {'url': url});
|
||||
umami.track(type + ':' + title, {'url': url});
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user