From 8ec7300c3e4648c8e3f8d5c25f2fd3ae9501c1d8 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:34:43 -0700 Subject: [PATCH] feat: Remove FontAwesome script file --- layouts/_default/baseof.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 601c014..2461ed6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -48,10 +48,6 @@
- - {{ $fontawesome := resources.Get "scripts/fa-icons.js" | js.Build "js/fontawesome.js" | minify }} - - {{ $jquery := resources.Get "scripts/jquery/jquery.min.js" }} {{ $jqmaskjs := resources.Get "scripts/jquery-mask-plugin/jquery.mask.min.js" }}