From 89523e50c897f71b5d5b5561173ffbce04a8e9df Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:49:11 -0600 Subject: [PATCH] feat!: Remove Masonry JS --- layouts/_default/baseof.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ce29c51..95d9f65 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -102,10 +102,6 @@ {{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" }} - - {{ $masonryjs := resources.Get "scripts/masonry/masonry.pkgd.min.js" }} - -