1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 04:55:51 -04:00
Files
jarv.is/layouts/partials/head/webmention.html
2021-06-04 10:19:34 -04:00

5 lines
192 B
HTML

{{ with .Site.Params.social.webmentionIO }}
<link rel="webmention" href="https://webmention.io/{{ . }}/webmention">
<link rel="pingback" href="https://webmention.io/{{ . }}/xmlrpc">
{{ end }}