1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 07:21:17 -04:00

try mirroring some more external APIs

This commit is contained in:
2020-10-29 15:40:46 -04:00
parent c7ef524d0a
commit 3ee748a334
3 changed files with 38 additions and 6 deletions

View File

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