Archived
1
0
Fork 0

app/views/_common/layout.volt: include favicons

This commit is contained in:
Henrik Hautakoski 2022-08-09 20:59:45 +02:00
parent f118d23000
commit 012be402ed

View file

@ -4,6 +4,10 @@
{{ assets.outputCss() }}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ url('/apple-touch-icon.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ url('/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ url('/favicon-16x16.png') }}">
<link rel="manifest" href="{{ url('/site.webmanifest') }}">
<title>HTTP Callback</title>
</head>