aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/list.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-31 01:23:25 -0400
committertdro <tdro@noreply.example.com>2022-05-31 01:23:25 -0400
commite06f465f528d69e5df5689c067fdfd4b33692eb0 (patch)
tree8ce3827b177b87573dbe4a5b6e4245ca95d608ac /themes/default/layouts/_default/list.html
parent033a5bf2d11ee7052967f1148f495d9c0cc14662 (diff)
downloadcanory-e06f465f528d69e5df5689c067fdfd4b33692eb0.tar.gz
canory-e06f465f528d69e5df5689c067fdfd4b33692eb0.tar.bz2
canory-e06f465f528d69e5df5689c067fdfd4b33692eb0.zip
themes/default/layouts/_default: Remove hidden parameter
We have drafts.
Diffstat (limited to 'themes/default/layouts/_default/list.html')
-rw-r--r--themes/default/layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/list.html b/themes/default/layouts/_default/list.html
index 651a074..6cc82b2 100644
--- a/themes/default/layouts/_default/list.html
+++ b/themes/default/layouts/_default/list.html
@@ -14,7 +14,7 @@
)
}}
- {{ range where .Paginator.Pages ".Params.hidden" "ne" "true" }}
+ {{ range .Paginator.Pages }}
{{ .Render "summary" }}
{{ end }}