Skip to content

Commit

Permalink
Test favicon in header
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Oct 4, 2024
1 parent 4047911 commit be8edc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
<meta property="og:url" content="https://moderndive.com/v2/" />
<meta name="twitter:card" content="summary_large_image" />

<!-- Set up favicon -->
<link rel="icon" href="images/logos/favicons/favicon.ico" type="image/x-icon">

<!-- Redirect to ModernDive V2 -->
<script>
if (window.location.pathname === '/v2') {
window.location.replace(window.location.pathname + '/');
Expand Down

0 comments on commit be8edc8

Please sign in to comment.