Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/postpone.js')
-rw-r--r--assets/js/postpone.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/postpone.js b/assets/js/postpone.js
index e70df58..529f928 100644
--- a/assets/js/postpone.js
+++ b/assets/js/postpone.js
@@ -28,8 +28,8 @@ PALETTE.onchange = function () {
{{ if eq .Layout "search" }}
- // Get Fuse.js
- {{ (resources.Get "libs/fuse.js@6.4.0/dist/fuse.basic.min.js").Content | safeJS }}
+ // Get latest Fuse.js (basic build) available
+ {{ (index (last 1 (resources.Match "libs/fuse.js@*/dist/fuse.basic.min.js")) 0).Content | safeJS }}
const fuseOptions = {
shouldSort: true,