Skip to content

Commit

Permalink
Merge pull request #92 from brandonnorsworthy/updates
Browse files Browse the repository at this point in the history
add google analytics
  • Loading branch information
brandonnorsworthy authored Sep 23, 2024
2 parents b156da9 + ba8091d commit a1ea419
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@
<html lang="en">

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

gtag('config', 'G-HVLY6L1CT8');
</script>

<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta property="og:title" content="Rust Quests">
<meta name="description" content="Randomly generate missions/quests for things to do for the game Rust! If you find yourself sitting around your base this is the place for you!" />
<meta property="og:title" content="Rust Quests">
<meta name="description"
content="Randomly generate things to do for the game Rust! If you find yourself sitting around your base this is the place for you!" />
<meta property="og:type" content="article">
<meta property="og:url" content="https://rustquests.com">
<meta property="og:image" content="https://placehold.co/1200x630">
Expand All @@ -17,7 +27,8 @@
<meta property="og:image:height" content="630">
<meta name="twitter:site" content="Rust Quests">
<meta name="twitter:title" content="Random Quest Generator">
<meta name="twitter:description" content="Randomly generate missions/quests for things to do for the game Rust! If you find yourself sitting around your base this is the place for you!">
<meta name="twitter:description"
content="Randomly generate things to do for the game Rust! If you find yourself sitting around your base this is the place for you!">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:src" content="https://placehold.co/1200x630">
<title>Rust Quests</title>
Expand Down

0 comments on commit a1ea419

Please sign in to comment.