aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_default/single.html
diff options
context:
space:
mode:
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 }}