1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 02:05:57 -04:00

update webmention.io tags

This commit is contained in:
2021-11-08 08:29:21 -05:00
parent 4c56707026
commit b1d95a6283
2 changed files with 4 additions and 6 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{{ if .Site.Params.social.webmentionIO }}
<link rel="webmention" href="{{ "/api/mention/" | absURL }}">
<link rel="pingback" href="{{ "/api/ping/" | absURL }}">
{{ with .Site.Params.social.webmentionIO }}
<link rel="webmention" href="https://webmention.io/{{ . }}/webmention">
<link rel="pingback" href="https://webmention.io/{{ . }}/xmlrpc">
{{ end }}
<link rel="author" href="{{ "humans.txt" | absURL }}">