GoBlog/templates/micropub.gohtml

5 lines
196 B
Plaintext
Raw Normal View History

2020-10-06 17:07:48 +00:00
{{ define "micropub" }}
<link rel="micropub" href="/micropub" />
2020-10-13 19:35:39 +00:00
<link rel="authorization_endpoint" href="/indieauth" />
<link rel="token_endpoint" href="/indieauth/token" />
2020-10-06 17:07:48 +00:00
{{ end }}