get rid of webmention.io pingback forward - we did it ourselves! 😎

This commit is contained in:
Wouter Groeneveld 2021-03-24 16:00:05 +01:00
parent 2eaf7f7dde
commit 567c83154c
3 changed files with 4 additions and 3 deletions

View File

@ -15,8 +15,9 @@
img
margin: 0
max-height: 100%
min-height: 100%
min-width: 100%
max-height: 50vh
object-fit: cover
vertical-align: bottom

View File

@ -58,7 +58,7 @@
{{ $content }}
<p>
By <a href="/about">{{ .Site.Author.name }}</a> on {{ .Date.Format (.Site.Params.dateFormat | default "2 January 2006") }}.
By <a href="/about">{{ .Site.Author.name }}</a> on <time datetime="{{ .Lastmod.Format "2006-01-02" }}">{{ .Lastmod.Format (.Site.Params.dateFormat | default "2 January 2006") }}</time>.
</p>
]]>
</description>

View File

@ -5,7 +5,7 @@
<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://jam.brainbaking.com/webmention" />
<link rel="pingback" href="https://webmention.io/webmention?forward=https://jam.brainbaking.com/webmention" />
<link rel="pingback" href="https://jam.brainbaking.com/pingback" />
<!-- meta data tags, open graph -->
{{ $isHomePage := eq .Title .Site.Title }}