added goatcounter
This commit is contained in:
parent
0b843d9cc0
commit
ef2a46cdc3
1 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,12 @@ pub fn shell(title: &str, children: impl IntoAny) -> AnyView {
|
|||
</footer>
|
||||
</body>
|
||||
|
||||
<script inner_html=r#"
|
||||
window.goatcounter = {
|
||||
path: function(p) { return location.host + p }
|
||||
}
|
||||
"#></script>
|
||||
<script data-goatcounter="https://goatcounter.philt3r.eu/count" async src="https://goatcounter.philt3r.eu/count.js"></script>
|
||||
</html>
|
||||
}.into_any()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue