Commit 5b667b3

HPCesia <me@hpcesia.com>
2026-02-16 05:36:30
feat: microformats for social link
1 parent f2ab8b3
Changed files (1)
src
components
src/components/aside/ProfileCard.astro
@@ -31,6 +31,7 @@ import { Icon } from 'astro-icon/components';
             target="_blank"
             class="btn-circle btn-ghost tooltip text-2xl"
             data-tip={link.name}
+            rel="me"
           >
             <Icon name={link.icon} />
           </Button>