6 lines
218 B
HTML
6 lines
218 B
HTML
{{ $page := . }}
|
|
|
|
{{ with $page.Param "paige.analytics.pirsch" }}
|
|
<script defer type="text/javascript" src="https://api.pirsch.io/pirsch.js" id="pirschjs" data-code="{{ .identification_code }}"></script>
|
|
{{ end }}
|