blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 2b16fa2b440ccb2f89f706b8daf63ce3bd1babff
parent feb3990934800cf6be0be943651c275e73c6cbe8
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 12 Apr 2020 22:42:35 -0500

Add indieauth endpoints

Diffstat:
Mlayouts/partials/head_custom.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
@@ -1,5 +1,7 @@
 <link rel="icon" href="data:image/gif;base64,R0lGODlhIAAgAPEAAHAAAHBwcHA8PHBRUSH5BARkAP8ALAAAAAAgACAAAAJkhI+Zwe2sohqvBomBsDVL3nkL+IjIRjrmkZYr1TZvrJp07VECGouoccsxBAYeSQhhkYgYHvPEQT4jxulnmOGtgNiEc6tMcsXgYhdlLWuSXfVoR3YjcHJvu27H6/f8vv8PGJhQAAA7">
 <link rel="alternate" type="application/atom+xml" href="/{{ .Language }}/index.xml">
+<link rel="authorization_endpoint" href="https://indieauth.com/auth">
+<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
 {{ if .Params.latex }}
 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
 <script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>