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 912675d commit b4e233b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_theme/base.html
Expand Up @@ -317,11 +317,11 @@ <h4>

{%- block scripts %}
<script>
var base_url = {{ base_url | tojson }},
shortcuts = {{ config.theme.shortcuts | tojson }};
var base_url = ".";
var shortcuts = {{ config.theme.shortcuts | tojson }};
</script>
<script src="js/base.js" defer></script>
{%- for path in extra_javascript %}
{%- for path in config.extra_javascript %}
<script src="{{ path }}" defer></script>
{%- endfor %}
{%- endblock %}
Expand Down

0 comments on commit b4e233b

Please sign in to comment.