Skip to content

Commit 25aa347

Browse files
committed
website: add urlstat
1 parent 9ded3a2 commit 25aa347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/themes/moderncpp/layout/layout.ejs

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

0 commit comments

Comments
 (0)