Skip to content

Commit

Permalink
add: umami analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpayne02 committed Jun 23, 2024
1 parent 7b6b283 commit 9ffad15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,5 @@ const socialImageURL = new URL(ogImage ? ogImage : '/social-card.png', Astro.url
)
}
<meta content={Astro.generator} name='generator' />

<script defer src="https://analytics.mikepayne.me/script.js" data-website-id="90245fb5-cec6-4b58-906a-9bdc8cae0677"></script>
2 changes: 0 additions & 2 deletions src/components/layout/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const { showViewCount = false } = Astro.props
{showViewCount && <ViewCount />}
</div>
<div class='flex items-center justify-between'>
<!-- Social Brands -->
<div class='flex items-center gap-x-4'>
<SocialLink label='Snapchat' href='https://snapchat.com/t/uMm9JFth' target='_blank'>
<MdiSnapchat slot='icon' class='size-5' />
Expand Down Expand Up @@ -58,7 +57,6 @@ const { showViewCount = false } = Astro.props
<HeroiconsEnvelope slot='icon' class='size-5' />
</SocialLink>
</div>
<!-- End Social Brands -->
</div>
</div>
</div>
Expand Down

0 comments on commit 9ffad15

Please sign in to comment.