This commit is contained in:
parent
4fc2c3e589
commit
6224860b0a
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ const hasToc = toc ?? false;
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{title && `${title} - `}Michael Zhang</title>
|
||||
<slot name="head" />
|
||||
<script
|
||||
data-goatcounter="https://goatcounter.mzhang.io/count"
|
||||
async
|
||||
src="//goatcounter.mzhang.io/count.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue