commit 214f6c6f791e813ef5bec0ef5b39275e4943932a
parent b235179ce77a87bfa23bbff1c90e15ae3298c576
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Thu, 16 Apr 2020 22:42:14 -0500
Add WebMention support
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
@@ -1,7 +1,11 @@
<link rel="icon" href="data:image/gif;base64,R0lGODlhIAAgAPEAAHAAAHBwcHA8PHBRUSH5BARkAP8ALAAAAAAgACAAAAJkhI+Zwe2sohqvBomBsDVL3nkL+IjIRjrmkZYr1TZvrJp07VECGouoccsxBAYeSQhhkYgYHvPEQT4jxulnmOGtgNiEc6tMcsXgYhdlLWuSXfVoR3YjcHJvu27H6/f8vv8PGJhQAAA7">
<link rel="alternate" type="application/atom+xml" href="/{{ .Language }}/index.xml">
+<!-- Indieweb -->
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
+<link rel="webmention" href="https://webmention.io/www.shimmy1996.com/webmention" />
+<link rel="pingback" href="https://webmention.io/www.shimmy1996.com/xmlrpc" />
+<!-- Latex -->
{{ 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>