diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html
index c66c272a..b58cef7c 100644
--- a/themes/nipponalba/layouts/_default/single.html
+++ b/themes/nipponalba/layouts/_default/single.html
@@ -59,7 +59,7 @@
{{ if isset $mention_ids 0}}
{{ $mentions := apply $mention_ids "index" $.Site.Data.mentions "." }}
{{ $mentions := sort $mentions "wm-received" }}
-
+
Likes
{{ range $mentions }}{{ if eq (index . "wm-property") "like-of" }}
{{ end}}
{{ end }}
@@ -68,11 +68,8 @@
{{ end }}
Comments & Replies
{{ partial "webmention.html" $mentions }}
{{ end }}
-