1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 10:25:50 -04:00

deploy to Vercel

This commit is contained in:
2021-06-04 10:19:34 -04:00
parent 034babd9af
commit 82c42f8322
23 changed files with 236 additions and 3823 deletions

View File

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