added webmention.io link tags

This commit is contained in:
Wouter Groeneveld 2021-03-06 10:00:25 +01:00
parent 0d0aac2a67
commit 701bb4915d
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +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" />
<!-- meta data tags, open graph -->
{{ $isHomePage := eq .Title .Site.Title }}