diff options
Diffstat (limited to 'website/src/components')
| -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" /> |
