Skip to content
Snippets Groups Projects
Commit cbf2a615 authored by alexandre.caldato's avatar alexandre.caldato
Browse files

fixed bug, unused config variable

parent 3b35a157
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment