remove favicon link tag

This commit is contained in:
Ryan Weaver
2017-08-27 20:49:45 -04:00
committed by GitHub
parent 63fec05f2d
commit 3815f4c6e8
@@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<title>{% block title %}Welcome!{% endblock %}</title>
{% block stylesheets %}{% endblock %}
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
</head>
<body>
{% block body %}{% endblock %}