aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_default/single.html
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-06-17 04:38:15 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-06-17 04:38:15 -0400
commit61fbce70abd2cafaef960f5e787a97a3a828d74e (patch)
tree5d49885a2f1f0254075d3dae96faf00b50ccfd5e /themes/polaris/layouts/_default/single.html
parent91408bd3d594ca341f8c27b6b4d7403b564f4d38 (diff)
remove static fonts, update posts, clean up layout
Diffstat (limited to 'themes/polaris/layouts/_default/single.html')
-rw-r--r--themes/polaris/layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/polaris/layouts/_default/single.html b/themes/polaris/layouts/_default/single.html
index 56b9d9d..f059c55 100644
--- a/themes/polaris/layouts/_default/single.html
+++ b/themes/polaris/layouts/_default/single.html
@@ -8,7 +8,7 @@
{{ end }}
{{ end }}
{{ if or (eq .Section "posts") (.Params.toc) }}
- {{ with .TableOfContents }}{{ . }}{{ end }}
+ {{ partial "toc.html" . }}
{{ end }}
{{ .Content }}
{{ end }}