From 92b49ab4aa3e4dd02b81285d7b6a37c63afaff4e Mon Sep 17 00:00:00 2001
From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com>
Date: Fri, 31 Mar 2023 22:44:24 -0500
Subject: [PATCH] chore: Add Masonry JS to template
---
layouts/_default/baseof.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7360ca8..41833a3 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -116,6 +116,10 @@
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" }}
+
+ {{ $masonryjs := resources.Get "scripts/masonry/masonry.pkgd.min.js" }}
+
+