Skip to content

Commit 890cd89

Browse files
committed
added GoatCounter script for analytics tracking
1 parent bf6e527 commit 890cd89

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

blog/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;600;700&display=swap" rel="stylesheet">
1111
<link rel="stylesheet" href="style.css">
12+
<script data-goatcounter="https://alexdevflow.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
1213
</head>
1314
<body>
1415
<a class="skip-link" href="#main-content">Skip to main content</a>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;600;700&display=swap" rel="stylesheet">
1111
<link rel="stylesheet" href="style.css">
1212
<script type="module" src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" defer></script>
13-
13+
<script data-goatcounter="https://alexdevflow.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
1414
</head>
1515
<body>
1616
<a class="skip-link" href="#main-content">Skip to main content</a>

lab/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;600;700&display=swap" rel="stylesheet">
11+
<script data-goatcounter="https://alexdevflow.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
1112
<style>
1213
:root {
1314
--primary-bg: rgb(239, 224, 197);

portfolio/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
1414
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
1515
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/ScrollTrigger.min.js"></script>
16-
16+
<script data-goatcounter="https://alexdevflow.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
1717
<link rel="stylesheet" href="./style/style.css">
1818
</head>
1919

0 commit comments

Comments
 (0)