1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-18 15:44:25 -04:00
Files
jarv.is/layouts/partials/head/webmention.html
T
2021-06-04 19:00:29 -04:00

5 lines
169 B
HTML

{{ if .Site.Params.social.webmentionIO }}
<link rel="webmention" href="{{ "api/mention/" | absURL }}">
<link rel="pingback" href="{{ "api/ping/" | absURL }}">
{{ end }}