From e7f5024f487622a68849fbc7d8dfb34032206f27 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Wed, 21 Jun 2023 10:41:03 +0200 Subject: [PATCH] fix author posts display --- layouts/author/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}