case change for BaseURL

This commit is contained in:
Phil 2025-01-08 16:34:36 -07:00
parent a08f147d48
commit 338e7e8b9e

View File

@ -6,4 +6,4 @@
<link href="mailto:{{ .Site.Params.author.email }}" rel="me"> <link href="mailto:{{ .Site.Params.author.email }}" rel="me">
<link rel="authorization_endpoint" href="https://indieauth.com/auth"> <link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token"> <link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="micropub" href="{{ .Site.baseURL }}/micropub"> <link rel="micropub" href="{{ .Site.BaseURL }}/micropub">