diff options
author | amzrk2 | 2020-06-18 13:54:45 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-18 13:54:45 +0800 |
commit | 1e3b01af7a026e215365c3c4625acd64a74215fe (patch) | |
tree | 57cf4e1ff6d7567b746ec1f12ae6eb4c15a3aa84 /layouts | |
parent | dfd5ecf0c2326147656a2306654175ca061e228e (diff) | |
download | hugo-theme-fuji-1e3b01af7a026e215365c3c4625acd64a74215fe.tar.gz hugo-theme-fuji-1e3b01af7a026e215365c3c4625acd64a74215fe.tar.bz2 hugo-theme-fuji-1e3b01af7a026e215365c3c4625acd64a74215fe.zip |
Update dependency
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/scripts-end.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/scripts-end.html b/layouts/partials/scripts-end.html index 83ce1d6..37311b7 100644 --- a/layouts/partials/scripts-end.html +++ b/layouts/partials/scripts-end.html @@ -1,8 +1,7 @@ <script async type="module" src="https://cdn.jsdelivr.net/npm/ionicons@5.0.1/dist/ionicons/ionicons.esm.js"></script> <script async nomodule src="https://cdn.jsdelivr.net/npm/ionicons@5.0.1/dist/ionicons/ionicons.js"></script> {{ if eq .Section "search" }} -<script defer src="https://cdn.jsdelivr.net/npm/fuse.js@6.1.0/dist/fuse.js"></script> -<script defer src="https://cdn.jsdelivr.net/npm/art-template@4.13.2/lib/template-web.min.js"></script> +<script defer src="https://cdn.jsdelivr.net/combine/npm/art-template@4.13.2/lib/template-web.min.js,npm/fuse.js@6.2.0"></script> {{ else if eq .Section "archives" }} {{ else }} <script defer src="https://cdn.jsdelivr.net/npm/prismjs@1.20.0/components/prism-core.min.js"></script> |