Skip to content

Commit

Permalink
chore: move search*.js to components/search, rename scroll.js to scro…
Browse files Browse the repository at this point in the history
…ll-to.js
  • Loading branch information
kitian616 committed Oct 27, 2018
1 parent 7e5c8b1 commit 6b0fb11
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion _includes/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
</div>
</div>

<script>{%- include scripts/search.js -%}</script>
<script>{%- include scripts/components/search/search.js -%}</script>
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<script>
{%- include scripts/lib/scroll.js -%}
{%- include scripts/lib/scroll-to.js -%}
{%- include scripts/lib/affix.js -%}
{%- include scripts/lib/toc.js -%}
{%- include scripts/page.js -%}
Expand Down
2 changes: 1 addition & 1 deletion assets/search.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
---
{%- include scripts/search-data.js -%}
{%- include scripts/components/search/search-data.js -%}

0 comments on commit 6b0fb11

Please sign in to comment.