We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ded3a2 commit 25aa347Copy full SHA for 25aa347
website/themes/moderncpp/layout/layout.ejs
@@ -29,7 +29,7 @@
29
<!-- this needs to be loaded before guide's inline scripts -->
30
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
31
<script>window.PAGE_TYPE = "<%- page.type %>"</script>
32
-
+ <script async src="//changkun.de/urlstat/client.js"></script>
33
</head>
34
<body class="<%- isIndex ? '' : 'docs' -%>">
35
<% if (page.type == 'book-en-us') { %>
0 commit comments