Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add umami analytics to website #702

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions website/index.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta
name="description"
content="A reactive library for creating web apps in Rust and WebAssembly"
/>
<meta name="keywords" content="rust wasm web reactive" />
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link data-trunk rel="rust" data-wasm-opt="3" />
<link data-trunk rel="copy-dir" href="static" />
<link data-trunk rel="copy-file" href="robots.txt" />
<link data-trunk rel="copy-file" href="_headers" />
<link data-trunk rel="copy-file" href="sitemap_index.xml" />
<link data-trunk rel="copy-file" href="google32773af3167b4156.html" />
<link data-trunk rel="copy-file" href="logo.png" />
<link data-trunk rel="copy-file" href="logo.svg" />
<link data-trunk rel="copy-file" href="favicon.ico" />
<meta name="description" content="A reactive library for creating web apps in Rust and WebAssembly" />
<meta name="keywords" content="rust wasm web reactive" />

<link rel="stylesheet" href="/tailwind.css" />
<link rel="icon" href="/favicon.ico" />
</head>
<link data-trunk rel="rust" data-wasm-opt="3" />
<link data-trunk rel="copy-dir" href="static" />
<link data-trunk rel="copy-file" href="robots.txt" />
<link data-trunk rel="copy-file" href="_headers" />
<link data-trunk rel="copy-file" href="sitemap_index.xml" />
<link data-trunk rel="copy-file" href="google32773af3167b4156.html" />
<link data-trunk rel="copy-file" href="logo.png" />
<link data-trunk rel="copy-file" href="logo.svg" />
<link data-trunk rel="copy-file" href="favicon.ico" />

<link rel="stylesheet" href="/tailwind.css" />
<link rel="icon" href="/favicon.ico" />

<script defer src="https://sycamore-analytics.netlify.app/script.js"
data-website-id="b705131c-2ec4-453e-907b-b34a62937466"></script>
</head>

<body></body>

<body></body>
</html>
Loading