diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index a8b0837..ced5476 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -5,6 +5,7 @@ {{ $likes := index (index .Site.Data.webmentions $urlized) "like-of" }} {{ $replys := index (index .Site.Data.webmentions $urlized) "in-reply-to" }} {{ $reposts := index (index .Site.Data.webmentions $urlized) "repost-of"}} + {{ $mentions := index (index .Site.Data.webmentions $urlized) "mention-of"}} {{ if $likes }}

Likes

{{ range $i, $like := $likes }} @@ -20,6 +21,15 @@ {{ end }} {{ end }} + {{ if $mentions }} +

Mentions

+ + {{ end }} + {{ if $replys }}

Comments and Replies

{{ range $i, $reply := $replys }}