{{template "head.html"}} {{template "menu.html"}}

Tracking

This page shows tracking statistics for my website using Pirsch and Chart.Js. The data shows unique visitors.

Week Month Quarter Half Year Year

Total Visitors

Pages Visits

{{range $i, $data := .PageVisits}}

{{$data.Path}}

{{end}}

Languages

Here are the top 10 languages used by my visitors.

{{range $data := .Languages}} {{end}}
Language Absolute Relative
{{if $data.Language}}{{$data.Language}}{{else}}(not set){{end}} {{$data.Visitors}} {{round (multiply $data.RelativeVisitors 100)}} %
{{template "end.html"}}