Merge pull request #215 from sumnerevans/fix-tipue-search

Added tipuesearch_content.js to base.html when tipuesearch is enabled
This commit is contained in:
Alexandre Vicenzi 2020-04-20 10:11:38 +02:00 committed by GitHub
commit 6f73303f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ The minimalist [Pelican](http://blog.getpelican.com/) theme.
- [Related Posts](https://github.com/getpelican/pelican-plugins/tree/master/related_posts)
- [Representative image](https://github.com/getpelican/pelican-plugins/tree/master/representative_image) (new in 2.2.0)
- [Neighbors](https://github.com/getpelican/pelican-plugins/tree/master/neighbors) (new in 2.2.0)
- [Tipue Search](https://github.com/getpelican/pelican-plugins/blob/master/tipue_search/)
## Install

View file

@ -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 %}