Skip to content

Commit

Permalink
feat: Adds Umami website analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Feb 13, 2024
1 parent 7b002fa commit 8094985
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A website to enable teams and organisations to organise their own Shadow Roles. Started in 2021.">
<title>Shadow Roles</title>
<script async src="https://eu.umami.is/script.js" data-website-id="e93fef56-e41d-46b7-a963-7f58dca9fdf3"></script>
</head>
<body>
<header>
</header>
<main>
{{ content }}
</main>
<footer>
</footer>
</body>
</html>

0 comments on commit 8094985

Please sign in to comment.