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:
parent
4c56707026
commit
b1d95a6283
@ -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 }}">
|
||||
|
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user