Skip to content

Commit

Permalink
Update to make Google happy
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheory committed Oct 23, 2017
1 parent 3ff1280 commit 270bdc5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84705099-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-84705099-3');
</script>

<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Kap - Capture your screen</title>
Expand Down Expand Up @@ -106,16 +116,6 @@ <h3>The ease of use and speed you've been looking for - the functionality and ex
</section>
</footer>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84705099-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-84705099-3');
</script>

<script>
window.productHuntUpcoming = {
appId: 240,
Expand Down

0 comments on commit 270bdc5

Please sign in to comment.