summary refs log tree commit diff
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2024-09-04 23:01:08 -0600
committerAshelyn Rose <git@ashen.earth>2024-09-04 23:01:08 -0600
commitc4824cf9d65d12aa0cd76745a84d276094cbb0cb (patch)
tree5adc48823bcb9ca39c3b99e8eecb60bbcc982d29
parenta2928cebb5fc59f5a47cd8cf60b9d08271f9a8bf (diff)
Add rel-me link
-rw-r--r--app/layout.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout.tsx b/app/layout.tsx
index bdcddda..816a50c 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -31,6 +31,7 @@ export default function SiteLayout({ children }: { children: ReactNode }) {
     <html>
       <head>
         <title>tempest.dev</title>
+        <link rel="me" href="https://social.treehouse.systems/@tempest"/>
       </head>
       <body>
         <Header headerImage={headerImage} />