my own webmention endpoint! wow!

This commit is contained in:
Wouter Groeneveld 2021-03-08 17:16:36 +01:00
parent de5b7c0c74
commit 1d9b137a9f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<link rel="me" title="Mastodon" href="{{ .Site.Author.mastodonlink }}" />
<link rel="me" title="Github" href="{{ .Site.Author.githublink }}" />
<link rel="author" href="{{ .Site.BaseURL }}humans.txt" type="text/plain" />
<link rel="webmention" href="https://webmention.io/brainbaking.com/webmention" />
<link rel="pingback" href="https://webmention.io/brainbaking.com/xmlrpc" />
<link rel="webmention" href="https://jam.brainbaking.com/webmention" />
<link rel="pingback" href="https://webmention.io/webmention?forward=https://jam.brainbaking.com/webmention" />
<!-- meta data tags, open graph -->
{{ $isHomePage := eq .Title .Site.Title }}