mirror of https://gitlab.com/octtspacc/sitoctt
6 lines
282 B
HTML
6 lines
282 B
HTML
|
{{ if hugo.IsProduction }}
|
||
|
<img src="https://private-analytics-not-for-public-use.octt.eu.org/sitoctt/count?p={{ .RelPermalink }}"
|
||
|
onerror="this.src='https://sitoctt.goatcounter.com/count?p={{ .RelPermalink }}'"
|
||
|
class="OctolyticsPixel" decoding="async" />
|
||
|
{{ end }}
|