feat: add Mastodon profile link and clean up document footer structure

This commit is contained in:
2026-07-18 00:54:29 +08:00
parent b38dbf3d25
commit 97dad69430

View File

@@ -8,6 +8,7 @@
<meta name="description" content="nudoragon 的個人品牌與社交連結入口。包含部落格、專案與聯絡資訊。"> <meta name="description" content="nudoragon 的個人品牌與社交連結入口。包含部落格、專案與聯絡資訊。">
<link rel="icon" id="favicon" href=""> <link rel="icon" id="favicon" href="">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<a rel="me" href="https://mastodon.social/@nudoragon">Mastodon</a>
<link rel="me" href="https://nudoragon.com"> <link rel="me" href="https://nudoragon.com">
<link rel="me" href="https://indieauth.nudoragon.com/u/nudoragon/"> <link rel="me" href="https://indieauth.nudoragon.com/u/nudoragon/">
<link rel="authorization_endpoint" href="https://indieauth.nudoragon.com/auth"> <link rel="authorization_endpoint" href="https://indieauth.nudoragon.com/auth">
@@ -91,9 +92,4 @@
`).join(''); `).join('');
// Render Copyright // Render Copyright
document.getElementById('copyright-text').innerHTML = `&copy; ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All rights reserved.`; document.getElementById('copyright-text').innerHTML = `&copy; ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All
});
</script>
</body>
</html>