{{ $endpoint := .Site.Params.indieweb.webmention_endpoint }} {{ $api := .Site.Params.indieweb.webmention_api }} {{ if $endpoint }}

Webmentions

{{ if $api }} {{ $url := printf "%s?target=%s" $api (.Permalink | urlquery) }} {{ $remote := resources.GetRemote $url }} {{ if $remote }} {{ $webmentions := $remote | transform.Unmarshal }} {{ if and $webmentions $webmentions.children }} {{ range sort $webmentions.children "published" "desc" }}
{{ if .author }} {{ if .author.name }} {{ if .author.url }} {{ .author.name }} {{ else }} {{ .author.name }} {{ end }} {{ end }} {{ end }} {{ if .url }} {{ if .published }} {{ end }} {{ end }}
{{ if .content }} {{ .content.text }} {{ else if .name }} {{ .name }} {{ end }}
{{ if .photo }}
{{ end }}
{{ end }} {{ else }}

No webmentions yet. Send one!

{{ end }} {{ else }}

Send a webmention.

{{ end }} {{ else }}

Send a webmention.

{{ end }}
{{ end }}