Skip to content

Commit

Permalink
Add favicon (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson authored Aug 12, 2021
1 parent 6b27511 commit b2ad171
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>{% block title %}{{ msg('title') }}{% endblock %}</title>
<link rel="icon" href="{{ asset('favicon.ico') }}" />
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% if is_rtl() %}
Expand Down

0 comments on commit b2ad171

Please sign in to comment.