mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 21:30:30 -04:00
20 lines
781 B
HTML
20 lines
781 B
HTML
{{ if eq hugo.Environment "production" }}<script>
|
|
(function(f, a, t, h, o, m){
|
|
a[h]=a[h]||function(){
|
|
(a[h].q=a[h].q||[]).push(arguments)
|
|
};
|
|
o=f.createElement('script'),
|
|
m=f.getElementsByTagName('script')[0];
|
|
o.async=1; o.src=t; o.id='fathom-script';
|
|
m.parentNode.insertBefore(o,m)
|
|
})(document, window, 'https://fathom.jarv.is/tracker.js', 'fathom');
|
|
fathom('set', 'siteId', 'DYCXU');
|
|
fathom('trackPageview');
|
|
</script>{{ end }}
|
|
</body>
|
|
</html>
|
|
|
|
{{"<!--" | safeHTML}} {{ hugo.Environment }} {{"-->" | safeHTML}}
|
|
{{"<!--" | safeHTML}} {{ time.Now.UTC.Format "2006-01-02T15:04:05" }} {{"-->" | safeHTML}}
|
|
{{"<!--" | safeHTML}} {{ hugo.Version }} ({{ hugo.CommitHash }}) {{"-->" | safeHTML}}
|