diff --git a/layouts/author/single.html b/layouts/author/single.html index 7bf51299..404fc209 100644 --- a/layouts/author/single.html +++ b/layouts/author/single.html @@ -37,7 +37,7 @@

{{ i18n "posted_by" }} {{ .Title }}

- {{ range where .Site.RegularPages "Params.author" (.Title | title) }} + {{ range where .Site.RegularPages "Params.author" "intersect" (slice .File.BaseFileName) }}
{{ .Render "card" }}