From 97dad69430341f51e7bc02cb063ebfa850d1ccdd Mon Sep 17 00:00:00 2001 From: nudoragon Date: Sat, 18 Jul 2026 00:54:29 +0800 Subject: [PATCH] feat: add Mastodon profile link and clean up document footer structure --- index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 0f4a123..c0847e4 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + Mastodon @@ -91,9 +92,4 @@ `).join(''); // Render Copyright - document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All rights reserved.`; - }); - - - - \ No newline at end of file + document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All \ No newline at end of file