Skip to content

Commit 0c7683d

Browse files
authored
template: update analytics
1 parent e08f7ce commit 0c7683d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

website/layouts/_default/baseof.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
<meta name="twitter:description" content="{{ .Description }}">
4444
<meta name="twitter:image" content="/csdv/img/banner.jpg">
4545

46-
<!-- analytics -->
46+
<!-- Custom Analytics -->
47+
<script src="https://swharden.com/analytics/js/v1.js" defer></script>
48+
49+
<!-- Google Analytics -->
4750
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GN1D8JT7TK"></script>
4851
<script>
4952
window.dataLayer = window.dataLayer || [];
@@ -125,4 +128,4 @@
125128

126129
</body>
127130

128-
</html>
131+
</html>

0 commit comments

Comments
 (0)