website: add urlstat

This commit is contained in:
Changkun Ou
2021-02-06 23:35:01 +01:00
parent 9ded3a2967
commit 25aa347428

View File

@@ -29,7 +29,7 @@
<!-- this needs to be loaded before guide's inline scripts -->
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script>window.PAGE_TYPE = "<%- page.type %>"</script>
<script async src="//changkun.de/urlstat/client.js"></script>
</head>
<body class="<%- isIndex ? '' : 'docs' -%>">
<% if (page.type == 'book-en-us') { %>