GoBlog/templates/micropub.gohtml

5 lines
196 B
Plaintext

{{ define "micropub" }}
<link rel="micropub" href="/micropub" />
<link rel="authorization_endpoint" href="/indieauth" />
<link rel="token_endpoint" href="/indieauth/token" />
{{ end }}