Skip to content

Commit

Permalink
Not finding the files...
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans committed Nov 2, 2024
1 parent c6a0810 commit 049a23e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/head/custom.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<head>

<link rel="icon" type="image/png" href="/assets/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg" />
<link rel="shortcut icon" href="/assets/images/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png" />
<link rel="manifest" href="/assets/images/site.webmanifest" />
<link rel="icon" type="image/png" href="../assets/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="../assets/images/favicon.svg" />
<link rel="shortcut icon" href="../assets/images/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="../assets/images/apple-touch-icon.png" />
<link rel="manifest" href="../assets/images/site.webmanifest" />

<style>
@font-face {
Expand Down

0 comments on commit 049a23e

Please sign in to comment.