mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-24 02:20:50 +02:00
5 lines
No EOL
214 B
HTML
5 lines
No EOL
214 B
HTML
{{ $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 }} |