Replace goattracker with umami
All checks were successful
Deploy website / deploy (push) Successful in 14s
All checks were successful
Deploy website / deploy (push) Successful in 14s
This commit is contained in:
parent
c59f0742f9
commit
601d18c11e
@ -23,9 +23,9 @@ const { title, className } = Astro.props;
|
||||
|
||||
<script
|
||||
is:inline
|
||||
data-goatcounter="https://stat.lua.re/count"
|
||||
async
|
||||
src="//stat.lua.re/count.js"></script>
|
||||
defer
|
||||
src="https://stat.lua.re/re.js"
|
||||
data-website-id="7d601566-3611-444c-800f-d351e266c02d"></script>
|
||||
|
||||
<title>{title ?? "lua.re"}</title>
|
||||
</head>
|
||||
|
@ -9,7 +9,7 @@ const socials = [
|
||||
const services = [
|
||||
["Gitea", "git"],
|
||||
["Roundcube", "mail"],
|
||||
["Goatcounter", "stat"],
|
||||
["Umami", "stat", "https://stat.lua.re/share/ZxbryfOdLBv98K8k/lua.re"],
|
||||
];
|
||||
|
||||
services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));
|
||||
@ -25,8 +25,8 @@ services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));
|
||||
{socials.map(([name, text, href]) => (
|
||||
<>・:。<small><a href={href} title={name}>{text}</a></small>
|
||||
</>))}
|
||||
{services.map(([name, sub], i) => (
|
||||
<>{i ? " · " : ""}</><small><a href={`https://${sub}.lua.re/`} title={name}>{sub}</a></small>
|
||||
{services.map(([name, sub,href], i) => (
|
||||
<>{i ? " · " : ""}</><small><a href={href ?? `https://${sub}.lua.re/`} title={name}>{sub}</a></small>
|
||||
))}
|
||||
|
||||
🍡 🌸 🎀 🌙</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user