Skip to content

Commit 19c0a80

Browse files
committed
fix favicon urls
1 parent 5df4ce3 commit 19c0a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/_common-head.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<meta name="viewport" content="width=device-width, initial-scale=1">
33

44
<link rel="home" href="https://www.w3.org/"/>
5-
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-32.png"/>
6-
<link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-180.png"/>
5+
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c-2025/favicons/favicon-32.png"/>
6+
<link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c-2025/favicons/favicon-180.png"/>
77

88
<link rel="stylesheet" href="{{ absolute_url(asset('styles/core.css?ver=1.5', 'website-2021')) }}" media="screen"/>
99

0 commit comments

Comments
 (0)