Skip to content

Commit

Permalink
Generate Pelican site
Browse files Browse the repository at this point in the history
  • Loading branch information
tooh committed Feb 7, 2024
1 parent d614eb4 commit 4e6bc35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
<script src="https://blog.florijnconsultancy.nl/theme/tipuesearch/tipuesearch_set.js"></script>
<script src="https://blog.florijnconsultancy.nl/theme/tipuesearch/tipuesearch.min.js"></script>

<script src="https://blog.florijnconsultancy.nl/tipuesearch_content.js"></script>

<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch({
'mode': 'live',
'mode' : 'json',
'show': 10,
'newWindow': false,
'liveDescription': '.article-content'
});
});
</script>
Expand Down
Loading

0 comments on commit 4e6bc35

Please sign in to comment.