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 5eafc82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_theme/base.html
Expand Up @@ -322,6 +322,7 @@ <h4>
</script>
<script src="js/base.js" defer></script>
{%- for path in extra_javascript %}
console.log("#### extra_javascript path: {{ path }}");
<script src="{{ path }}" defer></script>
{%- endfor %}
{%- endblock %}
Expand Down

0 comments on commit 5eafc82

Please sign in to comment.