Skip to content

Commit f45c4d9

Browse files
committed
fix: remove precomposed favicons
1 parent a03065d commit f45c4d9

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

layouts/partials/head.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
3333

3434
<!-- Icons -->
35-
<link
36-
rel="apple-touch-icon-precomposed"
37-
sizes="144x144"
38-
href="{{ "img/apple-touch-icon-144-precomposed.png" | absURL }}"
39-
/>
4035
{{ $favicon := or .Site.Params.favicon "img/favicon.png" }}
4136
<link rel="shortcut icon" href="{{ if hasPrefix $favicon "http" }}{{ $favicon }}{{ else }}{{ $favicon | absURL }}{{ end }}" />
4237

themes/hello-friend/layouts/partials/head.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<link rel="stylesheet" href="{{ "style.css" | absURL }}" />
2828

2929
<!-- Icons -->
30-
<link
31-
rel="apple-touch-icon-precomposed"
32-
sizes="144x144"
33-
href="{{ "img/apple-touch-icon-144-precomposed.png" | absURL }}"
34-
/>
3530
<link rel="shortcut icon" href="{{ "img/favicon.png" | absURL }}" />
3631

3732
<!-- Fonts -->

0 commit comments

Comments
 (0)