We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 683a93b + 3b0be10 commit 3da9356Copy full SHA for 3da9356
templates/base.html.twig
@@ -73,6 +73,8 @@
73
<meta name="robots" content="unavailable_after: {{ page.expiryDate }}"/>
74
{% endif %}
75
<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"/>
78
79
{% block stylesheets %}
80
<link rel="stylesheet" href="{{ asset('styles/core.css?ver=1.4', 'website-2021') }}" media="screen"/>
0 commit comments