feat: add Mastodon profile link and clean up document footer structure
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<meta name="description" content="nudoragon 的個人品牌與社交連結入口。包含部落格、專案與聯絡資訊。">
|
||||
<link rel="icon" id="favicon" href="">
|
||||
<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://indieauth.nudoragon.com/u/nudoragon/">
|
||||
<link rel="authorization_endpoint" href="https://indieauth.nudoragon.com/auth">
|
||||
@@ -91,9 +92,4 @@
|
||||
`).join('');
|
||||
|
||||
// Render Copyright
|
||||
document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All rights reserved.`;
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
document.getElementById('copyright-text').innerHTML = `© ${CONFIG.profile.copyrightYear} ${CONFIG.profile.name}. All
|
||||
Reference in New Issue
Block a user