diff options
Diffstat (limited to 'pelican-bootstrap3/templates/includes/minify_tipuesearch.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/minify_tipuesearch.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/includes/minify_tipuesearch.html b/pelican-bootstrap3/templates/includes/minify_tipuesearch.html new file mode 100644 index 0000000..dff9542 --- /dev/null +++ b/pelican-bootstrap3/templates/includes/minify_tipuesearch.html @@ -0,0 +1,3 @@ +{% assets filters="rjsmin", output="tipuesearch/tipuesearch.packed.min.js", "tipuesearch/tipuesearch_set.js", "tipuesearch/tipuesearch.js" %} +<script type="text/javascript" src="{{ SITEURL }}/{{ ASSET_URL }}"></script> +{% endassets %} |