Skip to content

Commit efde41c

Browse files
committed
Add GoatCounter analytics script to track page views and user interactions
1 parent 9255893 commit efde41c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
66
[![Unraid](https://img.shields.io/badge/Unraid-6.9+-orange.svg)](https://unraid.net/)
77
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
8+
[![Visitors](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Funraid-plugin-docs.mstrhakr.com&count_bg=%23FF8C00&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Page+Views&edge_flat=false)](https://mstrhakr.goatcounter.com)
89

910
<p>
1011
<a href="https://github.com/mstrhakr/unraid-plugin-docs"><img src="assets/images/logos/GitHub%20Logos/GitHub_Lockup_White.svg" alt="View on GitHub" height="32"></a>
1112
&nbsp;&nbsp;
1213
<a href="https://github.com/features/copilot"><img src="assets/images/logos/GitHub%20Logos/GitHub_Copilot_Lockup_White.svg" alt="Built with GitHub Copilot" height="28"></a>
14+
&nbsp;&nbsp;
15+
<a href="https://mstrhakr.goatcounter.com"><img src="https://img.shields.io/badge/📊_View_Analytics-GoatCounter-9cf" alt="View Analytics" height="20"></a>
1316
</p>
1417

1518
---

_includes/head_custom.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@
3434
background-position: center;
3535
}
3636
</style>
37+
38+
<!-- GoatCounter Analytics -->
39+
<script data-goatcounter="https://mstrhakr.goatcounter.com/count"
40+
async src="//gc.zgo.at/count.js"></script>

0 commit comments

Comments
 (0)