Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 5c20dec

Browse files
committed
docs: add google analysis track id
1 parent 3f949b8 commit 5c20dec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
repo: 'https://github.com/leafcoder/django-covid19'
2828
}
2929
</script>
30-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
30+
<script src="//unpkg.com/docsify/lib/docsify.min.js" data-ga="UA-54353519-1"></script>
3131
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
3232
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-python.min.js"></script>
3333
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-json.min.js"></script>
3434
<!-- Place this tag in your head or just before your close body tag. -->
3535
<script async defer src="https://buttons.github.io/buttons.js"></script>
36+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js"></script>
3637
</body>
3738
</html>

0 commit comments

Comments
 (0)