Skip to content

Commit

Permalink
add umami tracking code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Mar 27, 2023
1 parent d5675bc commit 9800247
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,14 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="preload">
<link rel="stylesheet" type="text/css" href="styles.css">

<!-- Google ad sense -->
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5203413376871291"
crossorigin="anonymous"
></script>
<script async defer src="https://analytics.umami.is/script.js" data-website-id="fb8e65fb-2f7b-45b6-b0ab-90328407ebb0"></script>
</head>

<body>
<header id='header'>
<h1 class="logo">React Spinners</h1>

<h2 class="author">by <a href="https://www.davidhu.io">David Hu</a></h2>
<h2 class="author">by <a href="https://www.davidhu.io" class="umami--click--portfolio-link">David Hu</a></h2>
</header>

<main id='main'>
Expand Down Expand Up @@ -84,12 +79,12 @@ <h2 class="author">by <a href="https://www.davidhu.io">David Hu</a></h2>
</main>

<footer>
<a href="https://github.com/davidhu2000/react-spinners">Github</a>
<a href="https://www.davidhu.io/blog" style="margin-left: 30px">Blog</a>
<a href="https://github.com/davidhu2000/react-spinners" class="umami--click--repo-link">Github</a>
<a href="https://www.davidhu.io/blog" style="margin-left: 30px" class="umami--click--blog-link">Blog</a>
</footer>

<span id="forkongithub">
<a href="https://github.com/davidhu2000/react-spinners">Fork me on GitHub</a>
<a href="https://github.com/davidhu2000/react-spinners" class="umami--click--repo-fork-link">Fork me on GitHub</a>
</span>

</body>
Expand Down

0 comments on commit 9800247

Please sign in to comment.