Skip to content

Commit

Permalink
analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
btholt committed Aug 14, 2024
1 parent 7e14d72 commit df335b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ function Layout({ children }) {
<div className="content-container">
<div className="main">{children}</div>
</div>
<script async defer src="https://a.holt.courses/latest.js"></script>
<noscript>
<img
src="https://a.holt.courses/noscript.gif"
alt=""
referrerPolicy="no-referrer-when-downgrade"
/>
</noscript>
<Footer
twitter={courseInfo.social.twitter}
github={courseInfo.social.github}
Expand Down

0 comments on commit df335b1

Please sign in to comment.