aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/single.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/single.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/single.html')
-rw-r--r--themes/default/layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/single.html b/themes/default/layouts/_default/single.html
index d4142f7..a32ae01 100644
--- a/themes/default/layouts/_default/single.html
+++ b/themes/default/layouts/_default/single.html
@@ -19,7 +19,7 @@
}}
<micro-thread>
- {{ partial "card.html" . }}
+ {{ .Render "summary" }}
</micro-thread>
{{ end }}