{{ $mentions := (where (where (where .Site.Data.webmentions "relativeTarget" "==" $.RelPermalink) "content" "!=" "") "type" "!=" "like") }} {{ $wmServer := .Site.Params.webmentionServer }} {{ if $mentions }}
{{ range $mentions }} {{ $name := .author.name | safeHTML }}

{{ if .content }} {{ .content | safeHTML }} {{ else }} {{ $name }} liked this post. {{ end }}

{{ end }}

{{ end }}