Added tipuesearch_content.js to base.html when tipuesearch is enabled
This commit is contained in:
parent
ee4c79b7dc
commit
65df195b4e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.min.js"></script>
|
||||
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.min.js"></script>
|
||||
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch_set.min.js"></script>
|
||||
<script src="{{ SITEURL }}/tipuesearch_content.js"></script>
|
||||
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.min.css" />
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue