From 2cf3ecf406ce7ed14d8277e718119d52227be675 Mon Sep 17 00:00:00 2001 From: zzossig Date: Tue, 11 Feb 2020 21:08:42 +0900 Subject: [PATCH] double imported fuse lib delete --- layouts/partials/script/pub-list-script.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/partials/script/pub-list-script.html b/layouts/partials/script/pub-list-script.html index 1297a0c..13c575a 100644 --- a/layouts/partials/script/pub-list-script.html +++ b/layouts/partials/script/pub-list-script.html @@ -1,7 +1,5 @@ {{ $shave := resources.Get "js/shave.min.js" | resources.Fingerprint }} -{{ $fuse := resources.Get "js/fuse.min.js" | resources.Fingerprint }} - {{ $masonry := resources.Get "js/masonry.pkgd.min.js" | resources.Fingerprint }} {{ $imagesloaded := resources.Get "js/imagesloaded.pkgd.min.js" | resources.Fingerprint }}