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.
1 parent 683a93b commit 7d8d824Copy full SHA for 7d8d824
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="shortcut icon" href="https://www.w3.org/favicon.ico"/>
77
+ <link rel="apple-touch-icon" href="https://www.w3.org/apple-touch-icon.png"/>
78
79
{% block stylesheets %}
80
<link rel="stylesheet" href="{{ asset('styles/core.css?ver=1.4', 'website-2021') }}" media="screen"/>
0 commit comments