From 4c9f9ca203031f3f16ec2243da65ef4a94647025 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sat, 7 Dec 2024 22:50:21 -0500 Subject: [PATCH] Fix paths for scripts and styles --- templates/base.html.twig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 5c533ba..ce05568 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -13,25 +13,25 @@ - + + href="/assets/css/nucleo-svg-3db27f91a3b15bada90bc46e8e6e1035.css" rel="stylesheet"/> - {% block stylesheets %}{% endblock %} + {% block stylesheets %}{% endblock %} {% block body %}{% endblock %} {% block javascripts %} - - - - + + + + - + {% block importmap %} {{ importmap('app') }}