Skip to content

Commit

Permalink
theme: enable the Search functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed Sep 29, 2021
1 parent ce8a5c3 commit 912675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_theme/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ <h4>
var base_url = {{ base_url | tojson }},
shortcuts = {{ config.theme.shortcuts | tojson }};
</script>
<script src="{{ 'js/base.js'|url }}" defer></script>
<script src="js/base.js" defer></script>
{%- for path in extra_javascript %}
<script src="{{ path }}" defer></script>
{%- endfor %}
Expand Down

0 comments on commit 912675d

Please sign in to comment.