Skip to content

Commit

Permalink
Aggregated search code inside search.liquid (#2558)
Browse files Browse the repository at this point in the history
Signed-off-by: George Araujo <[email protected]>
  • Loading branch information
george-gca authored Jul 10, 2024
1 parent 0e0ee21 commit cb0375c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions _includes/scripts/search.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,5 @@
{%- endif -%}
];
</script>
<script src="{{ '/assets/js/shortcut-key.js' | relative_url | bust_file_cache }}"></script>
{% endif %}
1 change: 0 additions & 1 deletion _layouts/default.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,5 @@
{% include scripts/jekyll_tabs.liquid %}
{% include scripts/back_to_top.liquid %}
{% include scripts/search.liquid %}
<script src="{{ '/assets/js/shortcut-key.js' | relative_url }}"></script>
</body>
</html>
1 change: 0 additions & 1 deletion _layouts/distill.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,5 @@
{% include scripts/progressBar.liquid %}
{% include scripts/back_to_top.liquid %}
{% include scripts/search.liquid %}
<script src="{{ '/assets/js/shortcut-key.js' | relative_url }}"></script>
</body>
</html>

0 comments on commit cb0375c

Please sign in to comment.