1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-28 17:30:30 -04:00
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 }}