From e624949fc328f6d4dc002cb5518e4bef592e0f83 Mon Sep 17 00:00:00 2001 From: Kilian Beraud Date: Thu, 30 Jan 2025 16:21:36 +0100 Subject: [PATCH] - Ajout de la favicon --- templates/base.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 004d67c..d0b5706 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -7,7 +7,7 @@ {% block title %}Bienvenue! {% endblock %} - + {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %}