I changed my mind. I dont want likes to show up.

This commit is contained in:
Wouter Groeneveld 2022-05-11 18:31:42 +02:00
parent c5c72f8f9c
commit 70fc5726bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{{ $mentions := (where .Site.Data.webmentions "relativeTarget" "==" $.RelPermalink) }}
{{ $mentions := (where (where (where .Site.Data.webmentions "relativeTarget" "==" $.RelPermalink) "content" "!=" "") "type" "!=" "like") }}
{{ $wmServer := .Site.Params.webmentionServer }}
{{ if $mentions }}