{{ $author := partial "author-user.html" . }} {{ $count := 0 }} {{ range .Site.Pages }} {{ if and (eq .Type $author) .Params.Liked }} {{ $count = add $count 1 }} {{ end }} {{ end }} {{ print (lang.FormatNumberCustom 0 $count) " " "Messages" }}