Skip to content

Commit

Permalink
fix: url to favicon images
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <[email protected]>
  • Loading branch information
roaldnefs committed Dec 7, 2024
1 parent 7a07135 commit 29f157d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layouts/partials/site-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<link rel="stylesheet" href="{{ "css/theme.min.css" | absURL }}">

<link rel="apple-touch-icon" sizes="180x180" href="{{ "images/favicon/apple-touch-icon.png" }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "images/favicon/favicon-32x32.png" }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "images/favicon/favicon-16x16.png" }}">
<link rel="manifest" href="{{ "images/favicon//site.webmanifest" }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ "images/favicon/apple-touch-icon.png" | absURL }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "images/favicon/favicon-32x32.png" | absURL }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "images/favicon/favicon-16x16.png" | absURL }}">
<link rel="manifest" href="{{ "images/favicon//site.webmanifest" | absURL }}">

{{ if .Site.Params.Mastodon }}<link rel="me" href="{{ .Site.Params.Mastodon }}" />{{ end }}
</head>

0 comments on commit 29f157d

Please sign in to comment.