Skip to content

Commit

Permalink
Merge pull request #37 from diamant3/fix-favicon
Browse files Browse the repository at this point in the history
fix favicon
  • Loading branch information
sharkwouter authored Jul 26, 2023
2 parents c17c011 + 5d94953 commit d8c8192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<title>{{ page.title | default: site.title | default: site.github.repository_name }}</title>
<link rel="shortcut icon" type="image/x-icon" href="../images/pspdev.ico">
<link rel="shortcut icon" type="image/x-icon" href="images/pspdev.ico">
</head>

<body>
Expand Down

0 comments on commit d8c8192

Please sign in to comment.