Skip to content
Snippets Groups Projects
Verified Commit 9c7fc8e5 authored by Geoffrey Arthaud's avatar Geoffrey Arthaud
Browse files

Merge remote-tracking branch 'origin/main'

parents 8e4fcb61 00224226
Branches
Tags
No related merge requests found
......@@ -152,8 +152,7 @@
{%- block scripts %}
<script>
var base_url = {{ base_url | tojson }},
shortcuts = {{ config.theme.shortcuts | tojson }};
var base_url = {{ base_url | tojson }}
</script>
<script type="module" src="{{ 'dsfr.module.min.js'|url }}"></script>
......
......@@ -229,13 +229,7 @@
{
base_url | tojson
}
},
shortcuts = {
{
config.theme.shortcuts | tojson
}
}
;
</script>
<script src="{{ 'js/base.js'|url }}" defer></script>
{%- for path in extra_javascript %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment