Skip to content

Commit

Permalink
Fix favicon path for non-home pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jun 28, 2024
1 parent 886a4aa commit ba6c500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/apple-touch-icon.png"
href="/images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon-32x32.png"
href="/images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon-16x16.png"
href="/images/favicon-16x16.png"
/>

<!-- USWDS Initializer -->
Expand Down

0 comments on commit ba6c500

Please sign in to comment.