项目:添加 umami 统计代码
This commit is contained in:
parent
b86038b27a
commit
7430d5c408
@ -13,6 +13,9 @@ const config = {
|
||||
onBrokenLinks: "log",
|
||||
onBrokenMarkdownLinks: "log",
|
||||
favicon: "img/favicon.ico",
|
||||
headTags: [
|
||||
{ src: 'js/umami.js', type: 'text/javascript' }
|
||||
],
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
|
1
static/js/umami.js
Normal file
1
static/js/umami.js
Normal file
@ -0,0 +1 @@
|
||||
<script async defer data-website-id="7efcd733-c232-43db-9f17-10a00c53b152" src="https://umami.7wate.org/umami.js"></script>
|
Loading…
Reference in New Issue
Block a user