hugo-academic-mirror/modules/blox-seo/layouts/partials/analytics/pirsch.html

5 lines
214 B
HTML
Raw Normal View History

2025-06-03 11:33:14 +09:00
{{ $pirsch := site.Params.marketing.analytics.pirsch | default "" }}
{{ if hugo.IsProduction | and $pirsch }}
<script defer src="https://api.pirsch.io/pa.js" id="pianjs" data-code="{{$pirsch}}"></script>
{{ end }}