aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/templates/search.html')
-rw-r--r--pelican-bootstrap3/templates/search.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/pelican-bootstrap3/templates/search.html b/pelican-bootstrap3/templates/search.html
index a194256..04e308b 100644
--- a/pelican-bootstrap3/templates/search.html
+++ b/pelican-bootstrap3/templates/search.html
@@ -6,11 +6,10 @@ Search - {{ super() }}
{% block scripts %}
{% if 'assets' in PLUGINS %}
- {% include '_includes/minify_tipuesearch.html' with context %}
+ {% include 'includes/minify_tipuesearch.html' with context %}
{% else %}
- <link href="{{ SITEURL }}/theme/tipuesearch/tipuesearch.css" rel="stylesheet">
- <script type="text/javascript" src="{{ SITEURL }}/theme/tipuesearch/tipuesearch_set.js"></script>
- <script type="text/javascript" src="{{ SITEURL }}/theme/tipuesearch/tipuesearch.min.js"></script>
+ <script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch_set.js"></script>
+ <script type="text/javascript" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/tipuesearch/tipuesearch.min.js"></script>
{% endif %}
<script>
$(document).ready(function() {