1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 23:14:26 +00:00
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 }}