Skip to content

Commit

Permalink
Merge pull request #1023 from symfony/base-template-favicon
Browse files Browse the repository at this point in the history
Add an embedded favicon to the base template
  • Loading branch information
fabpot authored Nov 12, 2021
2 parents be11ba6 + 0bb62d9 commit a624d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symfony/twig-bundle/5.4/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 %}Welcome!{% endblock %}</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
Expand Down

0 comments on commit a624d3b

Please sign in to comment.