Skip to content

Commit

Permalink
fix: actually add tinylytics
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Mar 30, 2024
1 parent 9856118 commit 5d78314
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/about.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions basketball.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/basketball.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/blog.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions contrastdots.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<body id="app">
<script src="/contrastdots.ts" type="module"></script>
</body>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</html>
1 change: 1 addition & 0 deletions credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/credits.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
3 changes: 2 additions & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<head>
<meta charset="UTF-8"/>
<link href="/thedadamsLogo.png" rel="icon" type="image/x-icon"/>
<link rel="me" href="https://techhub.social/@thedadams"/>
<link href="https://techhub.social/@thedadams" rel="me"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<script async data-goatcounter="https://thedadams.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
<title>Donnie Adams - Home -</title>
</head>
<body id="app">
<script src="/home.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
3 changes: 2 additions & 1 deletion links.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<head>
<meta charset="UTF-8"/>
<link href="/thedadamsLogo.png" rel="icon" type="image/x-icon"/>
<link rel="me" href="https://techhub.social/@thedadams"/>
<link href="https://techhub.social/@thedadams" rel="me"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<script async data-goatcounter="https://thedadams.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
<title>Donnie Adams - Links -</title>
</head>
<body id="app">
<script src="/links.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/minimal.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions pastprojects.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/pastprojects.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/projects.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/research.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ defineProps<{
<main class="flex-grow">
<MainBody/>
</main>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
<footer>
<Footer/>
</footer>
Expand Down
1 change: 1 addition & 0 deletions uses.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/uses.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions verticaldials.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/verticaldials.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions watchfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
</head>
<body id="app">
<script src="/watchfaces.ts" type="module"></script>
<script defer src="https://tinylytics.app/embed/GsAcK6TEuzZ-cVQ_p2Fz.js"></script>
</body>
</html>

0 comments on commit 5d78314

Please sign in to comment.