Skip to content

Commit 7d8d824

Browse files
committed
add links to favicon and apple touch icon
1 parent 683a93b commit 7d8d824

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="shortcut icon" href="https://www.w3.org/favicon.ico"/>
77+
<link rel="apple-touch-icon" href="https://www.w3.org/apple-touch-icon.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)