1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 12:55:31 -04:00
Files
jarv.is/layouts/partials/head/webmention.html

5 lines
183 B
HTML

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