1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 08:25:21 -04:00

update webmention.io tags

This commit is contained in:
Jake Jarvis 2021-11-08 08:29:21 -05:00
parent 4c56707026
commit b1d95a6283
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{{ if .Site.Params.social.webmentionIO }}
<link rel="webmention" href="{{ "/api/mention/" | absURL }}">
<link rel="pingback" href="{{ "/api/ping/" | absURL }}">
{{ with .Site.Params.social.webmentionIO }}
<link rel="webmention" href="https://webmention.io/{{ . }}/webmention">
<link rel="pingback" href="https://webmention.io/{{ . }}/xmlrpc">
{{ end }}
<link rel="author" href="{{ "humans.txt" | absURL }}">

View File

@ -11,9 +11,7 @@
{
"source": "/apple-touch-icon-precomposed.png",
"destination": "/assets/images/apple-touch-icon.png"
},
{ "source": "/api/mention/", "destination": "https://webmention.io/jarv.is/webmention" },
{ "source": "/api/ping/", "destination": "https://webmention.io/jarv.is/xmlrpc" }
}
],
"redirects": [
{ "source": "/notes/:slug/amp.html", "destination": "/notes/:slug/", "statusCode": 301 },