Added favicon.

This commit is contained in:
Jan Böhmer 2019-03-20 22:33:51 +01:00
parent b5fecee465
commit 84dcc64662
2 changed files with 3 additions and 0 deletions

BIN
public/icons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -3,6 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('icons/favicon.ico') }}">
<title>{% block title %}{{ partdb_title }}{% endblock %}</title> <title>{% block title %}{{ partdb_title }}{% endblock %}</title>
{% block stylesheets %} {% block stylesheets %}
{{ encore_entry_link_tags('app') }} {{ encore_entry_link_tags('app') }}