From 16fd84b355245962259416680e90977b2567e13f Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sat, 16 Aug 2025 09:55:54 +1000 Subject: [PATCH] Fixed missing paren --- layouts/shortcodes/postlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/postlist.html b/layouts/shortcodes/postlist.html index bba2156..eef91b7 100644 --- a/layouts/shortcodes/postlist.html +++ b/layouts/shortcodes/postlist.html @@ -6,7 +6,7 @@ {{- end -}} {{- end -}} {{- if (.Get "title-matches") -}} - {{- $pgr = (where $pgr "Params.title" "like" (.Get "title-matches") -}} + {{- $pgr = (where $pgr "Params.title" "like" (.Get "title-matches")) -}} {{- end -}} {{- if (ne (.Get "order") "") -}}