{{ if (not .Params.disableComments) }} {{ $mentions := (where (where (where .Site.Data.webmentions "relativeTarget" "==" $.RelPermalink) "content" "!=" "") "type" "!=" "like") }} {{ if $mentions }}
{{ range $mentions }}

{{ .content | safeHTML }}

 | by 
{{ end }}

{{ end }} {{ end }}