Commit d1b6708 1 parent f58ffca commit d1b6708 Copy full SHA for d1b6708
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change
1
+ {% if site .bib_search %}
2
+ <script src =" {{ '/assets/js/bibsearch.js' | relative_url | bust_file_cache }}" type =" module" ></script >
3
+ <input type =" text" id =" bibsearch" spellcheck =" false" autocomplete =" off" class =" search bibsearch-form-input" placeholder =" Type to filter" >
4
+ {% endif %}
Original file line number Diff line number Diff line change @@ -11,11 +11,7 @@ nav_order: 2
11
11
12
12
<!-- Bibsearch Feature -->
13
13
14
- {% if site.bib_search %}
15
-
16
- <script src =" {{ '/assets/js/bibsearch.js' | relative_url | bust_file_cache }} " type =" module " ></script >
17
- <input type =" text " id =" bibsearch " spellcheck =" false " autocomplete =" off " class =" search bibsearch-form-input " placeholder =" Type to filter " >
18
- {% endif %}
14
+ {% include bib_search.liquid %}
19
15
20
16
<div class =" publications " >
21
17
You can’t perform that action at this time.
0 commit comments