mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 05:10:31 -04:00
24 lines
1006 B
Markdown
24 lines
1006 B
Markdown
---
|
||
title: "📈 Analytics"
|
||
description: "Public visitor stats for this website."
|
||
url: /stats
|
||
layout: etc
|
||
sitemap:
|
||
changefreq: never
|
||
css: |
|
||
div#content iframe {
|
||
display: block;
|
||
margin: 0 auto;
|
||
height: 600px;
|
||
width: 100%;
|
||
border: 0;
|
||
overflow: hidden;
|
||
}
|
||
---
|
||
|
||
This website uses [**Fathom Analytics**](https://usefathom.com/ref/ZEYG0O) to tally pageviews without tracking you — cookies and fingerprinting are never used. Refer to Fathom's [data policy](https://usefathom.com/data) for a complete list of information sent.
|
||
|
||
In that case, why not share them? 😊 Pageviews for the past month are graphed below and more information (top pages, referrers, etc.) can be found [on a publicly-accessible dashboard](https://app.usefathom.com/share/ppsqzudy/jarv.is).
|
||
|
||
{{< iframe src="https://app.usefathom.com/share/ppsqzudy/jarv.is#/?range=last_7_days&site=49569" title="Fathom Analytics dashboard" width="850" height="600" sandbox="allow-same-origin allow-scripts allow-popups" >}}
|