Skip to content

Commit c2677be

Browse files
committed
add GoatCounter to html pages
1 parent 2684e78 commit c2677be

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

embed.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h2>Are you sure you want to reset?</h2>
8686
</div>
8787

8888
<script src="/src/main.js" type="module"></script>
89+
<script data-goatcounter="https://praxly.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
8990
</body>
9091

9192
</html>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ <h3>SIGCSE 2025 Abstract</h3>
133133
});
134134
</script>
135135

136+
<script data-goatcounter="https://praxly.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
136137
</body>
137138

138139
</html>

main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<header class="nav-bar">
1919
<div id="title-version">
2020
<h1 id="titleRefresh">Praxly 🍂</h1>
21-
<!-- version <a href="changelog.html">04/25/2024</a> -->
2221

2322
<div class="toggle-container"> <!--button holder-->
2423
<div class="toggle-row"> <!--Button row one (text & blocks)-->
@@ -177,6 +176,7 @@ <h2>Are you sure you want to reset?</h2>
177176
</div>
178177

179178
<script src="/src/main.js" type="module"></script>
179+
<script data-goatcounter="https://praxly.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
180180
</body>
181181

182182
</html>

public/pseudocode.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<link rel="icon" href="/jmu.ico" type="image/x-icon">
6+
<link rel="icon" href="/fallen-leaf_1f342.ico" type="image/x-icon">
77
<title>Praxly Reference</title>
88
<style>
99
#reference-table {
@@ -290,6 +290,6 @@ <h2>Unsupported Features</h2>
290290

291291
</div>
292292

293-
293+
<script data-goatcounter="https://praxly.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
294294
</body>
295295
</html>

0 commit comments

Comments
 (0)