Skip to content

Commit 3da9356

Browse files
authored
Merge pull request #166 from w3c/favicon
add links to favicon and apple touch icon
2 parents 683a93b + 3b0be10 commit 3da9356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/base.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
<meta name="robots" content="unavailable_after: {{ page.expiryDate }}"/>
7474
{% endif %}
7575
<link rel="home" href="https://www.w3.org/"/>
76+
<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-32.png"/>
77+
<link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-180.png"/>
7678

7779
{% block stylesheets %}
7880
<link rel="stylesheet" href="{{ asset('styles/core.css?ver=1.4', 'website-2021') }}" media="screen"/>

0 commit comments

Comments
 (0)