diff options
| author | Joe Carstairs <me@joeac.net> | 2025-02-16 08:38:46 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-02-16 08:38:46 +0000 |
| commit | d2248853e79e2eba301689e911b1b63d5ca543aa (patch) | |
| tree | 48de1f5b7d14eeb14e022d970af26e4030849d51 /website/src | |
| parent | fd3c8f03831ca5c51d544fd6759a46eadcf20937 (diff) | |
indieweb links
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/components/BaseHead.astro | 5 |
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" /> |
