This commit is contained in:
parent
f76f0da5c6
commit
8322ccd210
@ -21,6 +21,11 @@ const { title, className } = Astro.props;
|
|||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
|
||||||
|
<script
|
||||||
|
data-goatcounter="https://stat.lua.re/count"
|
||||||
|
async
|
||||||
|
src="//stat.lua.re/count.js"></script>
|
||||||
|
|
||||||
<title>{title ?? "lua.re"}</title>
|
<title>{title ?? "lua.re"}</title>
|
||||||
</head>
|
</head>
|
||||||
<body class={className}>
|
<body class={className}>
|
||||||
|
Loading…
Reference in New Issue
Block a user