We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d8f9f commit 6f2f761Copy full SHA for 6f2f761
src/components/Layout.astro
@@ -10,6 +10,7 @@ const { title } = Astro.props;
10
<meta name="viewport" content="width=device-width" />
11
<meta name="generator" content="Rustular 0.0.0" />
12
<title>{title} - Rustular</title>
13
+ <script defer data-domain="rustular.pages.dev" src="https://ingest.tokia.dev/js/plausible.js"></script>
14
</head>
15
<body class="bg-slate-950 font-sans text-white">
16
<header class="mb-16 flex h-16 items-center border-b border-slate-700">
0 commit comments