Skip to content

Commit

Permalink
Update meta.html
Browse files Browse the repository at this point in the history
Add the HTML to make the favicon thingee work. 🤞
  • Loading branch information
wesley-dean-gsa authored Jul 30, 2024
1 parent 601eeda commit 04a900b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@
================================================== -->
<link rel="preload" as="style" href="{{ assetPaths['styles.css'] }}" />
<link rel="stylesheet" href="{{ assetPaths['styles.css'] }}" type="text/css" />

<!-- favicon -->
<link rel="icon" href="/favicon.ico" sizes="any" />
</head>

0 comments on commit 04a900b

Please sign in to comment.