app/views/_common/layout.volt: include favicons
This commit is contained in:
parent
f118d23000
commit
012be402ed
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Reference in a new issue