Skip to content

Commit

Permalink
Merge pull request #53 from Hacksburg/fix_favicons
Browse files Browse the repository at this point in the history
fix references to favicons on about and join pages
  • Loading branch information
hunterirving authored May 12, 2024
2 parents 39afd51 + 752f0fb commit 9f71057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>
Hacksburg - About - Community Workshop
</title>
<link rel="icon" href="/resources/hacksignia-light.svg" type="image/svg+xml">
<link rel="icon" href="/resources/hacksignia_light.svg" type="image/svg+xml">
<link rel="stylesheet" type="text/css" href="/resources/hacksburg.css">
<script type="text/javascript" src="/resources/hacksburg.js"></script>
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion join/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hacksburg - Join - Community Workshop</title>
<link rel="icon" href="/resources/hacksignia-light.svg" type="image/svg+xml">
<link rel="icon" href="/resources/hacksignia_light.svg" type="image/svg+xml">
<link rel="stylesheet" type="text/css" href="/resources/hacksburg.css">
<script type="text/javascript" src="/resources/hacksburg.js"></script>
<!-- Google tag (gtag.js) -->
Expand Down

0 comments on commit 9f71057

Please sign in to comment.