diff --git a/dsfr/base.html b/dsfr/base.html index f8dee881fb25681688f2a96ea784a01867d4d618..7f9ae3a7cc206ea1ddaa1313cca65013376d7d10 100644 --- a/dsfr/base.html +++ b/dsfr/base.html @@ -24,7 +24,7 @@ <!-- Modifier les chemins relatifs des favicons en fonction de la structure du projet --> <!-- Dans le fichier manifest.webmanifest aussi, modifier les chemins vers les images --> {% for path in config.extra_css %} - <link href="{{ path|url }}" rel="stylesheet"> + <link href="{{ path|url }}" rel="stylesheet"> {% endfor %} <title> @@ -169,7 +169,7 @@ <script src="{{ 'search/lunr.fr.js'|url }}"></script> {%- for path in extra_javascript %} -<script src="{{ path|url }}" defer></script> +<script src="{{ path }}" defer></script> {%- endfor %} {%- endblock %} </body>