diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 15ffae6..33f302e 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -38,7 +38,7 @@
{{ if (eq $webmention.type "like") -}} - {{ $webmention.author_name }} liked this + {{ if $webmention.author_name }}{{ $webmention.author_name }}{{ else }}{{ $webmention.title }}{{ end }} liked this {{else -}} {{ $webmention.title }} {{- end }}