aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/term.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-25 12:26:12 -0400
committertdro <tdro@noreply.example.com>2022-05-25 12:26:12 -0400
commit8710bcdc76615374cf40af2fb8ea2304f9cdaee1 (patch)
tree71c2ee87caf6492f0d7ba57eddd80b22b620724d /themes/default/layouts/_default/term.html
parentc22be9bf36fae787683e0fe85b62ee551082ad64 (diff)
downloadcanory-8710bcdc76615374cf40af2fb8ea2304f9cdaee1.tar.gz
canory-8710bcdc76615374cf40af2fb8ea2304f9cdaee1.tar.bz2
canory-8710bcdc76615374cf40af2fb8ea2304f9cdaee1.zip
themes/default/layouts/_default/summary: Render without partial
Diffstat (limited to 'themes/default/layouts/_default/term.html')
-rw-r--r--themes/default/layouts/_default/term.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/term.html b/themes/default/layouts/_default/term.html
index 30776ff..8f31575 100644
--- a/themes/default/layouts/_default/term.html
+++ b/themes/default/layouts/_default/term.html
@@ -21,7 +21,7 @@
}}
{{ range .Paginator.Pages }}
- {{ partial "card.html" . }}
+ {{ .Render "summary" }}
{{ end }}
{{ partial "pagination.html" . }}