Webmentions
This site supports Webmentions. Webmentions received for this post will appear below after I approve them. I sometimes send Webmentions to myself on behalf of linking sites that don't support them. Check the Wayback Machine if any links are broken.
{{- $target := .RelPermalink | replaceRE "^/~seirdy/" "/" }}
{{ $url := printf "https://seirdy.one/webmentions/get?status=approved&target=https://seirdy.one%s" $target -}}
{{ $webmentions := getJSON $url -}}
{{ range $webmentions -}}
{{ $webmention := . -}}
{{ if (eq $webmention.type "like") -}}
{{- else -}}
{{ else -}}
- Nothing here
- This post does not have any approved Webmentions yet.
{{- end }}
{{ if (eq $webmention.type "like") -}} {{ if $webmention.author_name -}} {{ $webmention.author_name }} {{ else if $webmention.title -}} {{ $webmention.title -}} {{ else -}} {{ $webmention.source -}} {{ end -}} liked this {{ else -}} {{ if $webmention.title -}} {{ $webmention.title | truncate 200 -}} {{ else -}} {{- $webmention.source | strings.TrimPrefix "https://" | strings.TrimPrefix "www." | strings.TrimRight "/" | truncate 35 -}} {{ end }} {{- if $webmention.author_name }} by {{ $webmention.author_name }} {{- end -}} {{- end }}