GoBlog/templates/micropub.gohtml

7 lines
241 B
Plaintext
Raw Normal View History

2020-10-06 17:07:48 +00:00
{{ define "micropub" }}
{{ with micropub.Path }}
<link rel="micropub" href="{{ . }}" />
{{ end }}
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 }}