Skip to content

Commit 3d61086

Browse files
committed
made the assets optional
1 parent 59b7c45 commit 3d61086

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Functional/app/Resources/views/base.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="UTF-8" />
55
<title>{% block title %}Welcome!{% endblock %}</title>
66
{% block stylesheets %}{% endblock %}
7-
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
87
</head>
98
<body>
109
{% block body %}{% endblock %}

0 commit comments

Comments
 (0)