From f7fe8682cd28eef72af5c6b8659df170d41eed27 Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Wed, 18 Jun 2025 11:02:13 -0400 Subject: [PATCH] use $title instead of .Params.name under "with" action --- layouts/authors/terms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/authors/terms.html b/layouts/authors/terms.html index b1731ef..5f7aae6 100644 --- a/layouts/authors/terms.html +++ b/layouts/authors/terms.html @@ -13,7 +13,7 @@ "alt" .Params.alt "title" $title "summary" $summary - "url" (printf "/%s/%s" "authors" (.Params.name | urlize))) }} + "url" (printf "/%s/%s" "authors" ($title | urlize))) }} {{- end }} {{- end }}