diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-17 20:37:32 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-17 20:37:32 +0300 |
commit | c0073e38e6ee3753f6cece23f60c608162a06918 (patch) | |
tree | da60ecf78e390f0b52e7857a2a0d527c274a700a /layouts/partials/head | |
parent | a7d25c3f329ba0c9906acd486a1c12707c617f2d (diff) |
Auto-commit 2024-12-17
Diffstat (limited to 'layouts/partials/head')
-rw-r--r-- | layouts/partials/head/js.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/head/js.html b/layouts/partials/head/js.html index f4dc60e..bb53b7b 100644 --- a/layouts/partials/head/js.html +++ b/layouts/partials/head/js.html @@ -10,4 +10,6 @@ {{- end }} {{- end }} {{- end }} -<script src="/js/bootstrap.bundle.min.js"></script>
\ No newline at end of file +<script src="/js/bootstrap.bundle.min.js"></script> +<script src="/js/fuse.min.js"></script> +<script src="/js/search.js"></script>
\ No newline at end of file |