Fix search in Distill style post (#2555)
Fixes issue #2554: search function is out of order in a distill style post.
This commit is contained in:
parent
16cee9c719
commit
0e0ee215f6
|
|
@ -122,5 +122,7 @@
|
|||
{% include scripts/analytics.liquid %}
|
||||
{% 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue