summaryrefslogtreecommitdiff
path: root/website/src
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-02-16 08:38:46 +0000
committerJoe Carstairs <me@joeac.net>2025-02-16 08:38:46 +0000
commitd2248853e79e2eba301689e911b1b63d5ca543aa (patch)
tree48de1f5b7d14eeb14e022d970af26e4030849d51 /website/src
parentfd3c8f03831ca5c51d544fd6759a46eadcf20937 (diff)
indieweb links
Diffstat (limited to 'website/src')
-rw-r--r--website/src/components/BaseHead.astro5
1 files changed, 5 insertions, 0 deletions
diff --git a/website/src/components/BaseHead.astro b/website/src/components/BaseHead.astro
index a0f3ff7..572ddfc 100644
--- a/website/src/components/BaseHead.astro
+++ b/website/src/components/BaseHead.astro
@@ -10,6 +10,11 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
const { title, description, image = '/images/headshot.jpg' } = Astro.props;
---
+<!-- IndieWeb -->
+<link rel="authorization_endpoint" href="https://indieauth.com/auth">
+<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
+<link rel="micropub" href="https://localhost:3000/">
+
<!-- Stylesheets -->
<link rel="stylesheet" href="/css/reset.css" />
<link rel="stylesheet" href="/css/base.css" />