From e127f3ad390fe06f30e3cd39da83a44fbe3d377a Mon Sep 17 00:00:00 2001 From: rishabh Date: Sun, 16 Aug 2026 00:58:30 +0800 Subject: [PATCH] Remove Buy Me a Coffee widget Drops the footer.html override that injected the floating BMC widget sitewide. With no customization left in it, the file is removed entirely so the theme's default footer is used instead. Co-Authored-By: Claude Sonnet 5 --- _includes/footer.html | 63 ------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 _includes/footer.html diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 1a6223d..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,63 +0,0 @@ - - -
-

- {{- '©' }} - - - {% if site.social.links %} - {{ site.social.name }}. - {% else %} - {{ site.social.name }}. - {% endif %} - - {% if site.data.locales[include.lang].copyright.brief %} - - {{- site.data.locales[include.lang].copyright.brief -}} - - {% endif %} -

- -

- {%- capture _platform -%} - Jekyll - {%- endcapture -%} - - {%- capture _theme -%} - Chirpy - {%- endcapture -%} - - {{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }} -

-
- - -