From c06e7eb938e239a77ef9f63639b74b126861a6e6 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 1 Jul 2025 00:52:33 -0500 Subject: [PATCH] Remove assets/js/share-event.js Moved this completely to bbaovanc.com repo. I think it was here as a placeholder purely because of some issue with global resources not working in the past. It seems like it maybe works fine now though. --- assets/js/share-event.js | 3 --- layouts/_partials/head.html | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 assets/js/share-event.js diff --git a/assets/js/share-event.js b/assets/js/share-event.js deleted file mode 100644 index 730f90a..0000000 --- a/assets/js/share-event.js +++ /dev/null @@ -1,3 +0,0 @@ -function share_event(service) { - // this function does nothing by default -} diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index d36bb99..b76a791 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -16,9 +16,6 @@ {{ with resources.Get "js/bobatheme.js" | fingerprint "sha512" }} {{ end }} - {{ with resources.Get "js/share-event.js" | fingerprint "sha512" }} - - {{ end }} {{ with .Site.Params.faviconSVG }}