5 lines
282 B
Plaintext
5 lines
282 B
Plaintext
{% if site.bib_search %}
|
|
<script src="{{ '/assets/js/bibsearch.js' | relative_url | bust_file_cache }}" type="module"></script>
|
|
<input type="text" id="bibsearch" spellcheck="false" autocomplete="off" class="search bibsearch-form-input" placeholder="Type to filter">
|
|
{% endif %}
|