From 38f01c1910c57af62ea362c37ad3ac2de5b24253 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Tue, 16 Feb 2021 01:11:55 -0800 Subject: cut down catalog query to only grab op --- static/ncatalog.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static/ncatalog.html') diff --git a/static/ncatalog.html b/static/ncatalog.html index 3638d95..c5b6a23 100644 --- a/static/ncatalog.html +++ b/static/ncatalog.html @@ -61,7 +61,9 @@ {{ end }}
{{ $replies := .Replies }} - R: {{ $replies.TotalItems }}{{ if $replies.TotalImgs }}/ A: {{ $replies.TotalImgs }}{{ end }} + {{ if $replies }} + R: {{ $replies.TotalItems }}{{ if $replies.TotalImgs }}/ A: {{ $replies.TotalImgs }}{{ end }} + {{ end }} {{ if .Name }} {{ .Name }} {{ end }} -- cgit v1.2.3