Add support for Counter analytics
parent
799d80e8a6
commit
7c413968ff
@ -0,0 +1,5 @@
|
||||
{{ $page := . }}
|
||||
|
||||
{{ with $page.Param "paige.analytics.counter" }}
|
||||
<script src="https://cdn.counter.dev/script.js" data-id="{{ .account_id }}" data-utcoffset="-7"></script>
|
||||
{{ end }}
|
Loading…
Reference in New Issue