mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2025-08-25 00:16:08 +00:00
Fixed missing paren
This commit is contained in:
parent
2aa09b4b97
commit
16fd84b355
|
@ -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") "") -}}
|
||||
|
|
Loading…
Reference in a new issue