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:
Scott Lee Chua 2024-07-10 23:48:03 +08:00 committed by GitHub
parent 16cee9c719
commit 0e0ee215f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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>