Skip to content

Commit 060144f

Browse files
committed
chore: update docute
1 parent 2559f1b commit 060144f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<div id="app"></div>
12-
<script src="https://unpkg.com/docute@2/dist/docute.js"></script>
12+
<script src="https://unpkg.com/docute@3.4.12/dist/docute.js"></script>
1313
<script src="https://unpkg.com/[email protected]"></script>
1414
<script src="landing.js"></script>
1515
<script>
@@ -32,9 +32,8 @@
3232
{title: 'Changelog', path: '/changelog'},
3333
]
3434
})
35-
</script>
36-
<!-- Google Analytics -->
37-
<script>
35+
36+
// Google Analytics
3837
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
3938
ga('create', 'UA-93972714-1', 'auto');
4039
ga('send', 'pageview');
@@ -44,6 +43,5 @@
4443
});
4544
</script>
4645
<script async src='https://www.google-analytics.com/analytics.js'></script>
47-
<!-- End Google Analytics -->
4846
</body>
4947
</html>

0 commit comments

Comments
 (0)