Je cherche a mettre un favicon
{% extends 'base.html.twig' %}
{% block title 'GalaaDox | DOKS' %}
{% block body %}
<h1>{{ numberDoks(doks|length, 'Dok', 'Doks')}}</h1>
<style>
*{color: #3a3737;background-color: #eeeeee; /*margin: 7px; !! IN PRODUCTION !! */}
a,a:visited,a:link,a:active,a:focus{text-decoration: none;color: #66ccff; }
a:hover{text-decoration: none;color:#990000;}
p{color: #3a3737;}
</style>
{% for dok in doks %}
<article>
<h2><a href="{{ path('app_doks_show', {id: dok.id}) }}">{{dok.title}}</a></h2>
<p>{{dok.description}}</p>
</article>
{% endfor %}
{% endblock %}''
Ce que je veux
Bonjour a tous , je cherche un mettre un favicon dasn du twig or je bne trouve pas comment faire. J'ai regardé sur plusiers site , regardé plusieurs vidéos mais aucune solution. En auriez-vous une ?