8 lines
320 B
HTML
8 lines
320 B
HTML
{{ if eq (printf "%v" $.Site.BaseURL) "http://localhost:1313/" }}
|
|
{{"<!-- Not loading Fathom on localhost //-->" | safeHTML}}
|
|
{{ else }}
|
|
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
|
|
<script type="text/javascript" src="{{"js/stats.js" | relURL}}"></script>
|
|
<!-- / Fathom -->
|
|
{{ end }}
|