Skip to content

Commit a624d3b

Browse files
authored
Merge pull request #1023 from symfony/base-template-favicon
Add an embedded favicon to the base template
2 parents be11ba6 + 0bb62d9 commit a624d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

symfony/twig-bundle/5.4/templates/base.html.twig

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>{% block title %}Welcome!{% endblock %}</title>
6+
<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>">
67
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
78
{% block stylesheets %}
89
{{ encore_entry_link_tags('app') }}

0 commit comments

Comments
 (0)