Skip to content

Commit

Permalink
template: update analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden authored Jun 21, 2022
1 parent e08f7ce commit 0c7683d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
<meta name="twitter:description" content="{{ .Description }}">
<meta name="twitter:image" content="/csdv/img/banner.jpg">

<!-- analytics -->
<!-- Custom Analytics -->
<script src="https://swharden.com/analytics/js/v1.js" defer></script>

<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GN1D8JT7TK"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand Down Expand Up @@ -125,4 +128,4 @@

</body>

</html>
</html>

0 comments on commit 0c7683d

Please sign in to comment.