mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 16:05:33 -04:00
test out simple analytics
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ partialCached "page/footer" . }}
|
{{ partialCached "page/footer" . }}
|
||||||
{{ partial "scripts/shortcodes" . }}
|
{{ partial "scripts/shortcodes" . }}
|
||||||
|
{{ partialCached "scripts/simple_analytics" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
4
layouts/partials/scripts/simple_analytics.html
Normal file
4
layouts/partials/scripts/simple_analytics.html
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{{ if eq hugo.Environment "production" }}
|
||||||
|
<script async defer src="https://s.jarv.is/app.js"></script>
|
||||||
|
<noscript><img src="https://s.jarv.is/image.gif" alt=""></noscript>
|
||||||
|
{{ end }}
|
Reference in New Issue
Block a user