mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 03:09:12 -04:00
Make search on by default
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if site.search_enabled != nil %}
|
||||
{% if site.search_enabled != false %}
|
||||
<script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | absolute_url }}"></script>
|
||||
{% endif %}
|
||||
<script type="text/javascript" src="{{ '/assets/js/just-the-docs.js' | absolute_url }}"></script>
|
||||
|
||||
Reference in New Issue
Block a user