mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-05 04:47:25 +00:00
analytics: goatcounter
This commit is contained in:
parent
63bdbb541a
commit
3fa6255740
3 changed files with 6 additions and 0 deletions
|
|
@ -14,5 +14,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<%- body %>
|
<%- body %>
|
||||||
|
<%- include('partials/analytics') %>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,7 @@
|
||||||
<%= page.date %>
|
<%= page.date %>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
<%- include('partials/analytics') %>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
3
src/partials/analytics.ejs
Normal file
3
src/partials/analytics.ejs
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<script async
|
||||||
|
data-goatcounter="https://he4et.goatcounter.com/count"
|
||||||
|
src="https://gc.zgo.at/count.js"></script>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue